From fa988487953c452a8117a85545f2813b41d54a42 Mon Sep 17 00:00:00 2001 From: "Joel Rosental R." Date: Mon, 17 Feb 2025 18:30:58 +0100 Subject: [PATCH] workaround for https://github.com/octokit/request-action/issues/315 --- .github/workflows/publish-operators-for-e2e-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-operators-for-e2e-tests.yml b/.github/workflows/publish-operators-for-e2e-tests.yml index 9ec3d422..8e7657b2 100644 --- a/.github/workflows/publish-operators-for-e2e-tests.yml +++ b/.github/workflows/publish-operators-for-e2e-tests.yml @@ -28,7 +28,7 @@ jobs: # Is executed only for comment events - in that case the pull_request field is empty - name: Send Github API Request to get PR data id: request - uses: octokit/request-action@v2.4.0 + uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # workaround for https://github.com/octokit/request-action/issues/315 if: ${{ github.event.pull_request == '' }} with: route: ${{ github.event.issue.pull_request.url }}