Skip to content

Commit

Permalink
Fix invalid action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer025 committed Oct 16, 2021
1 parent 2ea34a2 commit 086188b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:
- '-o'
- ${{ inputs.owner }}
- '-n'
- ${{ inputs.name }
- ${{ inputs.name }}
- '-t'
- ${{ inputs.timeout }}
- '-l'
Expand Down

0 comments on commit 086188b

Please sign in to comment.