Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
7e30b8c029 chore(deps): update actions/github-script action to v9 2026-04-13 01:37:35 +00:00

View File

@@ -55,7 +55,7 @@ runs:
# Post deployment URL as PR comment
- name: Comment PR with Preview URL
if: github.event_name == 'pull_request'
uses: actions/github-script@v8
uses: actions/github-script@v9
env:
COMMENT_BODY: ${{ inputs.comment_body }}
PRODUCTION_URL: ${{ inputs.production_url }}