From 76977f90219237c5f0ae8c0236c7f9dddf4e68d7 Mon Sep 17 00:00:00 2001 From: Xu Zhao Date: Mon, 29 Jan 2024 14:25:29 -0500 Subject: [PATCH] Revert back to the old version --- .github/workflows/pr-test-ghissue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-test-ghissue.yml b/.github/workflows/pr-test-ghissue.yml index 6f84185754..49c4abcec5 100644 --- a/.github/workflows/pr-test-ghissue.yml +++ b/.github/workflows/pr-test-ghissue.yml @@ -25,7 +25,7 @@ jobs: echo "Test performance file" > ./benchmark/gh-issue.md - name: Create the github issue continue-on-error: true - uses: peter-evans/create-issue-from-file@v5 + uses: peter-evans/create-issue-from-file@v4 with: title: Test Performance Issue Creation token: ${{ secrets.TORCHBENCH_ACCESS_TOKEN }}