mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user