Skip to content
Snippets Groups Projects
Commit 316b0e0d authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Pass project title and change commit message

parent fa7ca0d1
No related branches found
No related tags found
No related merge requests found
Pipeline #8870 canceled
......@@ -37,5 +37,5 @@ jobs:
git add . && \
wait && \
git status && \
git commit -m 'Update fancy schmancy blog posts, sponsors and contribution graph' && \
git push "https://${{ secrets.GIT_USER }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.CI_SERVER_HOST }}/${{ secrets.GIT_USER }}/${{ secrets.GIT_USER }}.git" --all
git commit -m 'Update sponsors and contribution graph' && \
git push "https://${{ secrets.GIT_USER }}:${{ secrets.GITLAB_TOKEN }}@${{ secrets.CI_SERVER_HOST }}/${{ secrets.GIT_USER }}/${{ secrets.CI_PROJECT_TITLE }}.git" --all
......@@ -411,6 +411,7 @@ Update README:on-schedule:
-s GIT_MAIL=$GIT_MAIL \
-s GITLAB_TOKEN=$GITLAB_TOKEN \
-s CI_SERVER_HOST=$CI_SERVER_HOST \
-s CI_PROJECT_TITLE=$CI_PROJECT_TITLE \
-W '.github/workflows/update_readme.yml'
after_script:
- |-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment