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