Skip to content

Commit

Permalink
Move args
Browse files Browse the repository at this point in the history
  • Loading branch information
aidmax committed Jan 15, 2024
1 parent f7d61e9 commit 49307c6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ runs:
- ${{ inputs.workspace }}
- '-url'
- ${{ inputs.url }}
- '-passphrase'
- ${{ inputs.passphrase }}
- '-passphrase ${{ inputs.passphrase }}'
- '-merge'
- ${{ inputs.merge }}
- '-archive'
Expand Down

0 comments on commit 49307c6

Please sign in to comment.