From 44d30173c91cd1417c0121779c02fad6ab86210c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 9 Mar 2024 20:38:15 +1100 Subject: WIP --- .github/workflows/sponsors.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit v1.2.3