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 4b902d8 commit 49bf026Copy full SHA for 49bf026
.github/workflows/validate.yml
@@ -35,7 +35,7 @@ jobs:
35
git commit -m "Update report.json, rec-track-repos.json, hr-repos.json"
36
git show
37
- name: Push changes
38
- if: github.ref == 'refs/heads/master' && github.actor != 'dontcallmedom-bot'
+ if: github.ref == 'refs/heads/master' && github.event.commits[0].author.name != 'w3c-validate-repos-bot'
39
run: |
40
git remote set-url --push origin https://x-access-token:${{ secrets.W3C_GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY
41
git push origin HEAD:master
0 commit comments