Skip to content

Commit cd159db

Browse files
authored
Revert "chore(update-contributors): do not skip ci (#3556)" (#3577)
This reverts commit e56265f.
1 parent 40c5cc5 commit cd159db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-contributors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --local user.email '[email protected]'
2525
if ! git diff --exit-code README.md; then
2626
git add README.md
27-
git commit -m 'docs: updates the list of contributors in README'
27+
git commit -m 'docs: updates the list of contributors in README [skip ci]'
2828
gh auth status
2929
git push --force https://x-access-token:${{ secrets.BOT_GITHUB_TOKEN }}@github.com/${{ github.repository }}.git HEAD:main
3030
fi

0 commit comments

Comments
 (0)