Skip to content

Commit

Permalink
fix: adjust urls parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk authored Feb 11, 2024
1 parent 78f6ea1 commit 9c1b30c
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,4 +77,4 @@ runs:
custom-fork-owner: ${{ inputs.custom-fork-owner }}
custom-tool: WinGet Updater $GITHUB_REF
custom-tool-url: $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
args: update --identifier ${{ inputs.identifier }} --version ${{ steps.latest_release.outputs.result }} --url $FINAL_URL --submit --token ${{ inputs.komac-token }}
args: update --identifier ${{ inputs.identifier }} --version ${{ steps.latest_release.outputs.result }} --urls $FINAL_URL --submit --token ${{ inputs.komac-token }}

0 comments on commit 9c1b30c

Please sign in to comment.