Add shell to proper step
This commit is contained in:
parent
e72d245c70
commit
e450390ce8
|
@ -38,6 +38,7 @@ runs:
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Get values
|
- name: Get values
|
||||||
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo ${{ github.api_url }}
|
echo ${{ github.api_url }}
|
||||||
echo ${{ github.event_name }}
|
echo ${{ github.event_name }}
|
||||||
|
|
Loading…
Reference in New Issue