mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-12 04:41:26 +04:00
github: specified shell for SDK submission action (#3068)
This commit is contained in:
1
.github/actions/submit_sdk/action.yml
vendored
1
.github/actions/submit_sdk/action.yml
vendored
@@ -24,6 +24,7 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Submit SDK
|
- name: Submit SDK
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
curl -sX 'GET' \
|
curl -sX 'GET' \
|
||||||
'${{ inputs.catalog-url }}/api/v0/0/sdk?length=500' \
|
'${{ inputs.catalog-url }}/api/v0/0/sdk?length=500' \
|
||||||
|
|||||||
Reference in New Issue
Block a user