diff --git a/.github/workflows/weekly-patch-test.yml b/.github/workflows/weekly-patch-test.yml index 074796a..b3b3364 100644 --- a/.github/workflows/weekly-patch-test.yml +++ b/.github/workflows/weekly-patch-test.yml @@ -145,8 +145,9 @@ jobs: --jq ".[] | select(.title==\"$TITLE\") | .number" | head -n1) if [[ -n "$EXISTING" ]]; then + gh issue edit "$EXISTING" --body-file issue-body.md gh issue comment "$EXISTING" --body-file issue-body.md - echo "Commented on existing issue #$EXISTING" + echo "Updated and commented on existing issue #$EXISTING" else gh issue create --title "$TITLE" --label patch-break --body-file issue-body.md echo "Opened new issue for mod $MOD"