Skip to content

Commit 404c46c

Browse files
authored
chore(recording): fix input parsing (#48)
1 parent 6d9ce8a commit 404c46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ runs:
309309
id: a11ywatch-recordings-directory
310310
if: ${{ inputs.RECORD && inputs.RECORD != 'false' && failure() || success() }}
311311
shell: bash
312-
run: echo "recording_dir=$( echo "$(a11ywatch --find-tmp-dir)""$inputs.RECORD" )" >> $GITHUB_OUTPUT
312+
run: echo "recording_dir=$( echo "$(a11ywatch --find-tmp-dir)""${{inputs.RECORD}}" )" >> $GITHUB_OUTPUT
313313

314314
- uses: actions/upload-artifact@v3
315315
if: ${{ inputs.RECORD && inputs.RECORD != 'false' && failure() || success() }}

0 commit comments

Comments
 (0)