[CI] Syntax fixes

This commit is contained in:
2025-12-31 10:33:52 +01:00
parent 26aedca085
commit 601a705844
2 changed files with 4 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ runs:
steps:
- name: Upload file to ComSol
run: |
curl {{ inputs.url }} \
-H "Authorization: {{ inputs.access_token }}" \
-F "file=@{{ inputs.file }}"
curl ${{ inputs.url }} \
-H "Authorization: ${{ inputs.access_token }}" \
-F "file=@${{ inputs.file }}"
branding:
icon: book
color: red