summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/sponsors.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 79290f854..7ed757104 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -33,7 +33,7 @@ jobs:
git config --global user.email "actions@users.noreply.github.com"
git config --global user.name "README-bot"
git add README.md
- git commit -m "Updated README.md" || exit 0
+ git commit -m "Updated README.md [skip ci]" || exit 0
git push origin master # Explicitly push to master branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_API_TOKEN }}