Skip to content

Commit

Permalink
Problem: unable to resolve octokit action v2.0.0 (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe authored Feb 12, 2025
1 parent 55bc9c1 commit c2de0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Github API Request
id: request
uses: octokit/request-action@v2.0.0
uses: octokit/request-action@main
if: github.event_name == 'issue_comment'
with:
route: ${{ github.event.issue.pull_request.url }}
Expand Down

0 comments on commit c2de0e1

Please sign in to comment.