Skip to content

Commit

Permalink
argh, quotes
Browse files Browse the repository at this point in the history
Former-commit-id: e11c7c6
  • Loading branch information
josh-heyer committed Jul 2, 2021
1 parent e43ada7 commit 24cac49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
sudo yarn global add netlify-cli
netlify deploy --dir=public --json | tee deploy_results.json
echo "NETLIFY_DRAFT_URL=`jq '.deploy_url' deploy_results.json`" >> $GITHUB_ENV
echo "NETLIFY_DRAFT_URL=`jq -r '.deploy_url' deploy_results.json`" >> $GITHUB_ENV
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_DEVELOP_SITE_ID }}
Expand Down

0 comments on commit 24cac49

Please sign in to comment.