0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-22 11:28:36 +00:00

[prtester] fix wrong pr check fail when refactoring code (the bridge html output has not changed) (#4642)

ignore "nothing to commit, working tree clean"
This commit is contained in:
User123698745 2025-08-04 01:08:25 +02:00 committed by GitHub
parent acb9373c10
commit 172e7eb280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,5 +122,5 @@ jobs:
run: |
export COMMIT_MESSAGE="Added tests for PR ${{github.event.number}}"
git add .
git commit -m "$COMMIT_MESSAGE"
git commit -m "$COMMIT_MESSAGE" || exit 0
git push