Skip to content

Commit

Permalink
Remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roubanakhle committed Nov 29, 2022
1 parent 5f117ae commit 46cc50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-application/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
working-directory: '${{ inputs.working-directory }}'
run: |
./${{ inputs.file }} ${{ inputs.args }} &> ${{ inputs.file }}.log & PID=$!
echo "::set-output name=pid::${PID}"x
echo "::set-output name=pid::${PID}"
- name: 'Wait for output to appear'
shell: bash
Expand Down

0 comments on commit 46cc50d

Please sign in to comment.