1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-05 08:07:33 +02: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

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