Skip to content

Commit 4e3d69a

Browse files
committed
Fix: add missing shell attribute
1 parent d836f24 commit 4e3d69a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ runs:
5353
- run: runway -v -q
5454
shell: bash
5555
- run: echo "RUNWAY_NONINTERACTIVE=true" >> $GITHUB_ENV
56+
shell: bash
5657
- run: runway -l ${{ inputs.log-level }} -q login -u "${{ inputs.username }}" -p "${{ inputs.password }}"
5758
shell: bash
5859
- run: runway -l ${{ inputs.log-level }} -q key create ${{ inputs.public-key }}

0 commit comments

Comments
 (0)