Skip to content

Commit

Permalink
I really think github.event.issue should be github.event.pull_request...
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Sep 26, 2024
1 parent 5e94497 commit 7a9b540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_api_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: "Get PR Info"
id: pr
env:
PR_NUMBER: ${{ github.event.issue.number }}
PR_NUMBER: ${{ github.event.pull_request.number }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
COMMENT_AT: ${{ github.event.comment.created_at }}
Expand Down

0 comments on commit 7a9b540

Please sign in to comment.