Skip to content

Commit b30bad7

Browse files
huydhnpytorchmergebot
authored andcommitted
1 parent 6105b6f commit b30bad7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/upload-test-stats.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
conclusion: ${{ fromJson(steps.get_conclusion.outputs.data).conclusion }}
1717
steps:
1818
- name: Get workflow run conclusion
19-
uses: octokit/[email protected]
19+
# TODO (huydhn): Pin this once https://github.com/octokit/request-action/issues/315 is resolved
20+
uses: octokit/request-action@main
2021
id: get_conclusion
2122
with:
2223
route: GET /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}

.github/workflows/upload-torch-dynamo-perf-stats.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
conclusion: ${{ fromJson(steps.get-conclusion.outputs.data).conclusion }}
1414
steps:
1515
- name: Get workflow run conclusion
16-
uses: octokit/[email protected]
16+
# TODO (huydhn): Pin this once https://github.com/octokit/request-action/issues/315 is resolved
17+
uses: octokit/request-action@main
1718
id: get-conclusion
1819
with:
1920
route: GET /repos/${{ github.repository }}/actions/runs/${{ github.event.workflow_run.id }}/attempts/${{ github.event.workflow_run.run_attempt }}

0 commit comments

Comments
 (0)