Skip to content

Commit

Permalink
revert: bring back depricated command
Browse files Browse the repository at this point in the history
  • Loading branch information
roubanakhle committed Nov 29, 2022
1 parent 2634a2c commit 5f117ae
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 "pid=$PID" >> $GITHUB_OUTPUT
echo "::set-output name=pid::${PID}"x
- name: 'Wait for output to appear'
shell: bash
Expand Down

0 comments on commit 5f117ae

Please sign in to comment.