Skip to content

Commit

Permalink
fix octokit/request-action version (#541)
Browse files Browse the repository at this point in the history
my bad, I thought '@v2' would work, but it does not: https://github.com/codeready-toolchain/member-operator/actions/runs/8157751678/job/22298124082\?pr\=539

Signed-off-by: Xavier Coulon <xcoulon@redhat.com>
  • Loading branch information
xcoulon authored Mar 5, 2024
1 parent 43eb1c9 commit 180451b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-operators-for-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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
uses: octokit/request-action@v2.1.9
if: ${{ github.event.pull_request == '' }}
with:
route: ${{ github.event.issue.pull_request.url }}
Expand Down

0 comments on commit 180451b

Please sign in to comment.