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 a7ae40e commit 3cc300dCopy full SHA for 3cc300d
.github/workflows/draft.yml
@@ -35,7 +35,8 @@ jobs:
35
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
36
shell: bash
37
run: |
38
- yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}'
+ yarn netlify deploy --dir build --message '${{ github.event.commits[0].message }}' > log.tmp.txt 2>&1
39
+ cat log.tmp.txt | grep -E 'Website draft URL:' > log.txt
40
- name: Read deployment log
41
if: ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref, 'refs/heads/renovate') }}
42
id: logs
.netlify/state.json
0 commit comments