We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9ce8a commit 404c46cCopy full SHA for 404c46c
action.yml
@@ -309,7 +309,7 @@ runs:
309
id: a11ywatch-recordings-directory
310
if: ${{ inputs.RECORD && inputs.RECORD != 'false' && failure() || success() }}
311
shell: bash
312
- run: echo "recording_dir=$( echo "$(a11ywatch --find-tmp-dir)""$inputs.RECORD" )" >> $GITHUB_OUTPUT
+ run: echo "recording_dir=$( echo "$(a11ywatch --find-tmp-dir)""${{inputs.RECORD}}" )" >> $GITHUB_OUTPUT
313
314
- uses: actions/upload-artifact@v3
315
0 commit comments