diff --git a/.github/workflows/reusable-deploy.yml b/.github/workflows/reusable-deploy.yml index bf3782456bf6..89ec9a629dde 100644 --- a/.github/workflows/reusable-deploy.yml +++ b/.github/workflows/reusable-deploy.yml @@ -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 }}' } })