mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-01 18:03:35 -07:00
github: specified shell for SDK submission action (#3068)
This commit is contained in:
@@ -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