chore(deps): update actions/github-script action to v7 (#48)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-12-10 21:13:10 +00:00 committed by GitHub
parent 7c89eb1b67
commit 1406ac1364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,7 +168,7 @@ jobs:
yarn netlify deploy --dir=packages/app/dist --json | jq .deploy_url > output.log
echo "::set-output name=draft-url::$(cat output.log)"
- name: Report
uses: actions/github-script@v6
uses: actions/github-script@v7
env:
DRAFT_URL: ${{ steps.preview-deploy.outputs.draft-url }}
with: