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 40c5cc5 commit cd159dbCopy full SHA for cd159db
.github/workflows/update-contributors.yml
@@ -24,7 +24,7 @@ jobs:
24
git config --local user.email '[email protected]'
25
if ! git diff --exit-code README.md; then
26
git add README.md
27
- git commit -m 'docs: updates the list of contributors in README'
+ git commit -m 'docs: updates the list of contributors in README [skip ci]'
28
gh auth status
29
git push --force https://x-access-token:${{ secrets.BOT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:main
30
fi
0 commit comments