Skip to content

Commit

Permalink
Fix reusable workflow type playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd committed Jan 15, 2025
1 parent 9a5f88a commit dd95502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
slack_thread_ts: "${{ needs.notify-start.outputs.thread_ts }}",
slack_channel: '${{ secrets.SLACK_CHANNEL_ID }}',
run_playwright: ${{ inputs.run_playwright_tests }},
playwright_sha: ${{ github.sha }}
playwright_sha: '${{ github.sha }}'
}
})
Expand Down

0 comments on commit dd95502

Please sign in to comment.