We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847e66a commit 40ea0bfCopy full SHA for 40ea0bf
1 file changed
.github/workflows/build.yml
@@ -159,8 +159,6 @@ jobs:
159
run: |
160
git config user.name "github-actions[bot]"
161
git config user.email "github-actions[bot]@users.noreply.github.com"
162
- git pull origin main || git checkout -b main origin/main
163
- git fetch --all
164
git add $CHECK_DIR/*.txt
165
git commit -m "WCAG en link check resultaten toegevoegd" || echo "No changes to commit"
166
- git push
+ git push origin HEAD
0 commit comments