Skip to content

Commit

Permalink
Chore: set RUNWAY_NONINTERACTIVE=true
Browse files Browse the repository at this point in the history
  • Loading branch information
rwos committed Jan 3, 2024
1 parent e79b6ef commit aa8bcb9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ runs:
shell: bash
- run: runway -v -q
shell: bash
- run: runway -l ${{ inputs.log-level }} -y -q login -u "${{ inputs.username }}" -p "${{ inputs.password }}"
- run: echo "RUNWAY_NONINTERACTIVE=true" >> $GITHUB_ENV
- run: runway -l ${{ inputs.log-level }} -q login -u "${{ inputs.username }}" -p "${{ inputs.password }}"
shell: bash
- run: runway -l ${{ inputs.log-level }} -q -y key create ${{ inputs.public-key }}
- run: runway -l ${{ inputs.log-level }} -q key create ${{ inputs.public-key }}
if: ${{ inputs.add-key == 'true' }}
shell: bash
- run:
Expand Down

0 comments on commit aa8bcb9

Please sign in to comment.