We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1c797e commit d1e6a1eCopy full SHA for d1e6a1e
.github/workflows/playground.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: netlify deploy
34
id: netlify-deploy
35
run: |
36
- yarn global add netlify-cli
+ npm i -g netlify-cli
37
cd ${{ github.workspace }}/teal-playground
38
NETLIFY_URL=$(netlify deploy --dir=dist --alias=${{ github.event.pull_request.number }} | grep -Eo '(http|https)://[a-zA-Z0-9./?=_-]*(--)[a-zA-Z0-9./?=_-]*')
39
echo "$NETLIFY_URL"
0 commit comments