Skip to content

Commit 15b4ee9

Browse files
committed
Add SHA to panding message
1 parent e3fde4c commit 15b4ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
repository: ${{ github.repository }}
7474
number: ${{ github.event.number }}
7575
id: deploy-preview
76-
message: "Starting deployment of preview ⏳..."
76+
message: "Starting deployment of preview for ${{ github.event.pull_request.head.sha }} ⏳..."
7777

7878
- name: Set base URL for preview
7979
run: echo "BASE_URL=https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ env.PR_PATH }}/" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)