diff --git a/.github/workflows/preview-env.yml b/.github/workflows/preview-env.yml index 2fab475a..b137741c 100644 --- a/.github/workflows/preview-env.yml +++ b/.github/workflows/preview-env.yml @@ -384,7 +384,7 @@ jobs: - name: Comment function name on PR if: github.event_name == 'pull_request' && github.event.action != 'closed' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 with: script: | const alb = '${{ steps.tf-output.outputs.target_group }}';