mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 08:43:53 +01:00
Fix action
Attempt to fix check for generated files action to actually make a new comment if one doesn't exist
This commit is contained in:
parent
dba6773375
commit
af8528c777
@ -51,5 +51,5 @@ jobs:
|
||||
pr edit "${{ github.event.number }}" --add-label "$LABEL"
|
||||
echo "And comment on the pr"
|
||||
gh --repo "${{ github.repository }}" \
|
||||
pr comment "${{ github.event.number }}" --body-file comment.txt --edit-last
|
||||
pr comment "${{ github.event.number }}" --body-file comment.txt --edit-last || pr comment "${{ github.event.number }}" --body-file comment.txt
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user