This commit is contained in:
2023-03-22 02:48:48 -07:00
parent a8c2a46f2d
commit 5aa22ee508
7 changed files with 13 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ runs:
id: download
uses: act/common/distros/rockylinux@master
with:
command: sh "_download.sh" "${{ inputs.url }}" "${{ inputs.outputFile }}"
args: sh "_download.sh" "${{ inputs.url }}" "${{ inputs.outputFile }}"
- run: rm _download.sh
shell: bash
- name: "Own artifacts."