Skip to content

Commit

Permalink
Use html_url when adding labels to issues
Browse files Browse the repository at this point in the history
  • Loading branch information
camertron committed Aug 31, 2023
1 parent 1c6c87e commit 76bf0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/add_to_inbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: ${{ github.repository == 'primer/react' && (github.event.action == 'opened' || github.event.action == 'reopened') }}
runs-on: ubuntu-latest
env:
ISSUE_URL: ${{ github.event.issue.url }}
ISSUE_URL: ${{ github.event.issue.html_url }}
PROJECT_ID: 4503
steps:
- id: get-primer-access-token
Expand Down

0 comments on commit 76bf0a5

Please sign in to comment.