We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16aced6 commit e7011c5Copy full SHA for e7011c5
.github/workflows/preview.yaml
@@ -62,6 +62,7 @@ jobs:
62
issue-number: ${{ steps.find-pull-request.outputs.number }}
63
body: |
64
${{ env.comment_message }}
65
+
66
🚧 Deployment in progress for git commit SHA: ${{ steps.find-pull-request.outputs.sha }}
67
- name: Update comment
68
if: |
@@ -74,6 +75,7 @@ jobs:
74
75
edit-mode: replace
76
77
78
79
80
- name: Download Artifact site
81
@@ -123,5 +125,6 @@ jobs:
123
125
124
126
127
128
129
🔍 Git commit SHA: ${{ steps.find-pull-request.outputs.sha }}
130
✅ Deployment Preview URL: ${{ steps.netlify.outputs.deploy-url }}
0 commit comments