mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-01-03 02:31:52 +03:00
github: specified shell for SDK submission action (#3068)
This commit is contained in:
parent
c657eb8a40
commit
91813831c6
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 New Issue
Block a user