Skip to content

Commit 7d9027a

Browse files
committed
build: fix flag
1 parent 011e17d commit 7d9027a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/good_first_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
# Post a comment:
5252
- name: 'Add comment'
53-
run: gh issue comment "$NUMBER" --comment "$BODY"
53+
run: gh issue comment "$NUMBER" --body "$BODY"
5454
env:
5555
GH_TOKEN: ${{ secrets.STDLIB_BOT_GITHUB_TOKEN }}
5656
GH_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)