Skip to content

Commit 89b44d0

Browse files
committed
More verbose status message
1 parent 9e9fa14 commit 89b44d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
with:
5454
sha: ${{ github.event.workflow_run.head_sha }}
5555
token: ${{ github.token }}
56+
description: ${{ job.status }}
5657

5758
- name: Checkout repository
5859
uses: actions/checkout@v4
@@ -85,3 +86,4 @@ jobs:
8586
sha: ${{ github.event.workflow_run.head_sha }}
8687
token: ${{ github.token }}
8788
status: ${{ job.status }}
89+
description: ${{ job.status }}

0 commit comments

Comments
 (0)