mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 23:14:20 +00:00
github: specified shell for SDK submission action (#3068)
This commit is contained in:
parent
c657eb8a40
commit
91813831c6
1 changed files with 1 additions and 0 deletions
1
.github/actions/submit_sdk/action.yml
vendored
1
.github/actions/submit_sdk/action.yml
vendored
|
@ -24,6 +24,7 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Submit SDK
|
||||
shell: bash
|
||||
run: |
|
||||
curl -sX 'GET' \
|
||||
'${{ inputs.catalog-url }}/api/v0/0/sdk?length=500' \
|
||||
|
|
Loading…
Reference in a new issue