Skip to content

Commit 6105b6f

Browse files
Revert "Update octokit/request-action to 2.4.0 (pytorch#146940)"
This reverts commit 7aa629f. Reverted pytorch#146940 on behalf of https://github.com/huydhn due to This does not work ([comment](pytorch#146940 (comment)))
1 parent 5a1c7c4 commit 6105b6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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 }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)