Push fix attempt

This commit is contained in:
2023-09-21 03:59:14 +02:00
parent 68dc6b1bbf
commit 681503d8fc

View File

@@ -18,9 +18,10 @@ generate_readme_job:
- git config --global user.name "GitLab CI" - git config --global user.name "GitLab CI"
- | - |
if [ $NEEDS_UPDATE = "true" ]; then if [ $NEEDS_UPDATE = "true" ]; then
git checkout main
git add README.md git add README.md
git commit -m "Auto-updated README" git commit -m "Auto-updated README"
git push origin main git push origin main:main
fi fi
only: only:
- main - main