Skip to content

Commit

Permalink
fix: missing parenthesis in playwright report upload
Browse files Browse the repository at this point in the history
  • Loading branch information
puehringer committed May 2, 2024
1 parent 28a13bd commit 77f57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-node-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,5 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: "playwright-report-${ inputs.branch }"
name: "playwright-report-${{ inputs.branch }}"
path: playwright-report/

0 comments on commit 77f57c2

Please sign in to comment.