Update action.yml
This commit is contained in:
parent
5a4990d540
commit
c66ccdfda5
@ -27,6 +27,7 @@ runs:
|
|||||||
- name: 'Upload file'
|
- name: 'Upload file'
|
||||||
run: |
|
run: |
|
||||||
curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \
|
curl -v -H 'Authorization: Bearer ${{ inputs.secret }}' \
|
||||||
|
-F sha=${{ gitea.sha }} \
|
||||||
-F ref='${{ gitea.ref }}' \
|
-F ref='${{ gitea.ref }}' \
|
||||||
-F prefix='${{ inputs.prefix }}' \
|
-F prefix='${{ inputs.prefix }}' \
|
||||||
-F filename='${{ inputs.file }}' \
|
-F filename='${{ inputs.file }}' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user