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