Skip to content

Commit

Permalink
Merge pull request #75 from route06/fix-usage
Browse files Browse the repository at this point in the history
Fix the usage of create_gh_issue.yml
  • Loading branch information
masutaka authored Sep 17, 2024
2 parents 350a838 + 98d352f commit 1d84d29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create_gh_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
# with:
# title: Sample Issue
# description_template_path: _templates/sample_issue.md
# assignees: alice, bob
# labels: bug, wontfix
# assignees: alice,bob
# labels: bug,wontfix

name: Create GitHub Issue

Expand All @@ -37,10 +37,10 @@ on:
required: true
type: string
assignees:
description: "(任意)Issue の Assignees; 例: alice, bob"
description: "(任意)Issue の Assignees; 例: alice,bob"
type: string
labels:
description: "(任意)Issue の Labels; 例: bug, wontfix"
description: "(任意)Issue の Labels; 例: bug,wontfix"
type: string

jobs:
Expand Down

0 comments on commit 1d84d29

Please sign in to comment.