File tree 2 files changed +3
-4
lines changed
actions/set-commit-status
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ inputs:
11
11
context :
12
12
description : ' The context for the status check'
13
13
default : ' ${{ github.workflow }} / ${{ github.job }} (${{ github.event.workflow_run.event }})'
14
- description :
15
- description : ' A short description of the status'
16
- default : ${{ job.status }}
17
14
token :
18
15
description : ' GitHub token'
19
16
default : ${{ github.token }}
27
24
token : ${{ inputs.token }}
28
25
status : ${{ inputs.status }}
29
26
context : ${{ inputs.context }}
30
- description : ${{ inputs.description }}
27
+ description : ${{ inputs.status }}
Original file line number Diff line number Diff line change 18
18
uses : ./.github/actions/set-commit-status
19
19
with :
20
20
sha : ${{ github.event.workflow_run.head_sha }}
21
+ status : pending
21
22
22
23
- name : Download pages
23
24
uses : actions/download-artifact@v4
66
67
uses : ./.github/actions/set-commit-status
67
68
with :
68
69
sha : ${{ github.event.workflow_run.head_sha }}
70
+ status : pending
69
71
70
72
- name : Download pages
71
73
uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments