We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd1fbb commit 531e909Copy full SHA for 531e909
action.yml
@@ -26,8 +26,9 @@ runs:
26
shell: bash
27
- run: chmod +x gh-downloader
28
29
- - run: ./gh-downloader -r ${{ inputs.repo }} -a ${{ inputs.asset }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
+ - run: ./gh-downloader -r ${{ inputs.repo }} -o ${{ inputs.output }} --mode ${{ inputs.mode }}
30
31
env:
32
GITHUB_TOKEN: ${{ inputs.github-token }}
33
SCHEME: ${{ inputs.scheme }}
34
+ ASSET: ${{ inputs.asset }}
0 commit comments