Skip to content

Commit fe5b8e2

Browse files
authored
use SHA instead of tag for octokit/request-action GH action (codeready-toolchain#624)
1 parent b9a9945 commit fe5b8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-operators-for-e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Is executed only for comment events - in that case the pull_request field is empty
2929
- name: Send Github API Request to get PR data
3030
id: request
31-
uses: octokit/request-action@v2.4.0
31+
uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # workaround for https://github.com/octokit/request-action/issues/315 - use SHA instead of the tag v2.4.0
3232
if: ${{ github.event.pull_request == '' }}
3333
with:
3434
route: ${{ github.event.issue.pull_request.url }}

0 commit comments

Comments
 (0)