We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d836f24 commit 4e3d69aCopy full SHA for 4e3d69a
action.yml
@@ -53,6 +53,7 @@ runs:
53
- run: runway -v -q
54
shell: bash
55
- run: echo "RUNWAY_NONINTERACTIVE=true" >> $GITHUB_ENV
56
+ shell: bash
57
- run: runway -l ${{ inputs.log-level }} -q login -u "${{ inputs.username }}" -p "${{ inputs.password }}"
58
59
- run: runway -l ${{ inputs.log-level }} -q key create ${{ inputs.public-key }}
0 commit comments