Skip to content

Commit

Permalink
fixed variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
lipkau committed Jun 23, 2023
1 parent 5c468ff commit eed3e8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
- name: "Add default reviewers to PR"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ISSUE_URL: ${{ github.event.pull_request.html_url }}
PR_URL: ${{ github.event.pull_request.html_url }}
run: |
gh pr edit $PR --add-reviewer @atlassianps/reviewers
gh pr edit $PR_URL --add-reviewer @atlassianps/reviewers

0 comments on commit eed3e8a

Please sign in to comment.