File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 conclusion : ${{ fromJson(steps.get_conclusion.outputs.data).conclusion }}
1717 steps :
1818 - name : Get workflow run conclusion
19- uses : octokit/request-action@v2.4 .0
19+ uses : octokit/request-action@v2.1 .0
2020 id : get_conclusion
2121 with :
2222 route : GET /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}
Original file line number Diff line number Diff line change 1313 conclusion : ${{ fromJson(steps.get-conclusion.outputs.data).conclusion }}
1414 steps :
1515 - name : Get workflow run conclusion
16- uses : octokit/request-action@v2.4 .0
16+ uses : octokit/request-action@v2.1 .0
1717 id : get-conclusion
1818 with :
1919 route : GET /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}
You can’t perform that action at this time.
0 commit comments