Skip to content

Commit 5fab7b8

Browse files
committed
Use pending as initial status
1 parent 3a810f4 commit 5fab7b8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/actions/set-commit-status/action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ inputs:
1111
context:
1212
description: 'The context for the status check'
1313
default: '${{ github.workflow }} / ${{ github.job }} (${{ github.event.workflow_run.event }})'
14-
description:
15-
description: 'A short description of the status'
16-
default: ${{ job.status }}
1714
token:
1815
description: 'GitHub token'
1916
default: ${{ github.token }}
@@ -27,4 +24,4 @@ runs:
2724
token: ${{ inputs.token }}
2825
status: ${{ inputs.status }}
2926
context: ${{ inputs.context }}
30-
description: ${{ inputs.description }}
27+
description: ${{ inputs.status }}

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
uses: ./.github/actions/set-commit-status
1919
with:
2020
sha: ${{ github.event.workflow_run.head_sha }}
21+
status: pending
2122

2223
- name: Download pages
2324
uses: actions/download-artifact@v4
@@ -66,6 +67,7 @@ jobs:
6667
uses: ./.github/actions/set-commit-status
6768
with:
6869
sha: ${{ github.event.workflow_run.head_sha }}
70+
status: pending
6971

7072
- name: Download pages
7173
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy