Skip to content

Commit 5b5318a

Browse files
authored
Update create-issue.yml
1 parent 7604398 commit 5b5318a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Create issue using gh CLI
15-
run: gh issue create --title "New issue title"
15+
run: gh issue create --title "New issue title" --body "Issue body"

0 commit comments

Comments
 (0)