mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +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"
|
pr edit "${{ github.event.number }}" --add-label "$LABEL"
|
||||||
echo "And comment on the pr"
|
echo "And comment on the pr"
|
||||||
gh --repo "${{ github.repository }}" \
|
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
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user