We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7604398 commit 5b5318aCopy full SHA for 5b5318a
.github/workflows/create-issue.yml
@@ -12,4 +12,4 @@ jobs:
12
steps:
13
- uses: actions/checkout@v2
14
- name: Create issue using gh CLI
15
- run: gh issue create --title "New issue title"
+ run: gh issue create --title "New issue title" --body "Issue body"
0 commit comments