mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-06 00:27:27 +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:
2
.github/workflows/prhtmlgenerator.yml
vendored
2
.github/workflows/prhtmlgenerator.yml
vendored
@@ -122,5 +122,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
export COMMIT_MESSAGE="Added tests for PR ${{github.event.number}}"
|
export COMMIT_MESSAGE="Added tests for PR ${{github.event.number}}"
|
||||||
git add .
|
git add .
|
||||||
git commit -m "$COMMIT_MESSAGE"
|
git commit -m "$COMMIT_MESSAGE" || exit 0
|
||||||
git push
|
git push
|
||||||
|
Reference in New Issue
Block a user