summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2024-03-09 20:38:15 +1100
committerJesse Duffield <jessedduffield@gmail.com>2024-03-09 20:38:15 +1100
commit44d30173c91cd1417c0121779c02fad6ab86210c (patch)
tree23f16eadcf32b5427b72969550b3267ac8987974
parent6bc85e6a2100e503fb241141b0dbc3e0d62bf58b (diff)
-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 }}