From 46cc50d160778112dcf2dc0b9f218dcc05b16f8a Mon Sep 17 00:00:00 2001 From: roubanakhle Date: Tue, 29 Nov 2022 09:25:42 +0100 Subject: [PATCH] Remove typo --- .github/actions/run-application/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/run-application/action.yml b/.github/actions/run-application/action.yml index c0b0aa9c..4894da93 100644 --- a/.github/actions/run-application/action.yml +++ b/.github/actions/run-application/action.yml @@ -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