Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
raulfdm committed Dec 27, 2023
1 parent 0023bd6 commit dedc3c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/website-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
monorepo_package: website

- uses: actions/github-script@v7
env:
NETLIFY_PREVIEW_URL: ${{ steps.netlify_deploy.outputs.NETLIFY_PREVIEW_URL }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -54,5 +52,5 @@ jobs:
issue_number: issueNumber,
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Preview URL: ' + process.env.NETLIFY_PREVIEW_URL
body: 'Preview URL: ' + ${{ steps.netlify_deploy.outputs.NETLIFY_PREVIEW_URL }}
})

0 comments on commit dedc3c8

Please sign in to comment.