Skip to content

Commit

Permalink
fix PR_URL typo
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
chris3ware authored Mar 11, 2024
1 parent c47c72b commit 537091a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- run: gh pr comment $PR_URL --body "Welcome to the repository!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_requests.html_url }}
PR_URL: ${{ github.event.pull_request.html_url }}

0 comments on commit 537091a

Please sign in to comment.