Skip to content

Commit 40ea0bf

Browse files
committed
resultaten naar een file pushen
1 parent 847e66a commit 40ea0bf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ jobs:
159159
run: |
160160
git config user.name "github-actions[bot]"
161161
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
164162
git add $CHECK_DIR/*.txt
165163
git commit -m "WCAG en link check resultaten toegevoegd" || echo "No changes to commit"
166-
git push
164+
git push origin HEAD

0 commit comments

Comments
 (0)