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:
parent
7c89eb1b67
commit
1406ac1364
1 changed files with 1 additions and 1 deletions
2
.github/workflows/frontend-pipeline.yml
vendored
2
.github/workflows/frontend-pipeline.yml
vendored
|
@ -168,7 +168,7 @@ jobs:
|
||||||
yarn netlify deploy --dir=packages/app/dist --json | jq .deploy_url > output.log
|
yarn netlify deploy --dir=packages/app/dist --json | jq .deploy_url > output.log
|
||||||
echo "::set-output name=draft-url::$(cat output.log)"
|
echo "::set-output name=draft-url::$(cat output.log)"
|
||||||
- name: Report
|
- name: Report
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v7
|
||||||
env:
|
env:
|
||||||
DRAFT_URL: ${{ steps.preview-deploy.outputs.draft-url }}
|
DRAFT_URL: ${{ steps.preview-deploy.outputs.draft-url }}
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue