Skip to content

Commit 77f57c2

Browse files
authored
fix: missing parenthesis in playwright report upload
1 parent 28a13bd commit 77f57c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-node-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,5 +329,5 @@ jobs:
329329
uses: actions/upload-artifact@v4
330330
if: always()
331331
with:
332-
name: "playwright-report-${ inputs.branch }"
332+
name: "playwright-report-${{ inputs.branch }}"
333333
path: playwright-report/

0 commit comments

Comments
 (0)