File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
actions/set-commit-status Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 }}
2724 token : ${{ inputs.token }}
2825 status : ${{ inputs.status }}
2926 context : ${{ inputs.context }}
30- description : ${{ inputs.description }}
27+ description : ${{ inputs.status }}
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments