Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazumi Ichijo committed Sep 9, 2021
1 parent ce3b3de commit 0bb1ad2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ runs:
image: 'Dockerfile'
args:
- ./action.sh
- ${{repository}}
- ${{template-issue}}
- ${{close-last-issue}}
- ${{check-before-create-issue}}
- ${{token}}
- ${{discussion}}
- ${{ inputs.repository }}
- ${{ inputs.template-issue }}
- ${{ inputs.close-last-issue }}
- ${{ inputs.check-before-create-issue }}
- ${{ inputs.token }}
- ${{ inputs.discussion }}

0 comments on commit 0bb1ad2

Please sign in to comment.