This commit is contained in:
@@ -43,6 +43,7 @@ steps:
|
||||
curl -X POST -H "Content-Type: application/json" --data '{"text": "Build completed: '$CI_COMMIT_SHA'"}' $WEBHOOK_URL
|
||||
|
||||
- name: push-to-github
|
||||
# Corrected Indentation applied to all keys below this line:
|
||||
image: alpine/git
|
||||
environment:
|
||||
GITHUB_TOKEN:
|
||||
@@ -58,4 +59,3 @@ steps:
|
||||
# --- Existing Commands ---
|
||||
- git remote add github https://$GITHUB_TOKEN@github.com/Magiciian/dummy-app.git
|
||||
- git push github HEAD:main
|
||||
|
||||
Reference in New Issue
Block a user