Skip to content

Commit 4b81713

Browse files
authored
Update welcome.yml
Got the typo
1 parent 3b4456b commit 4b81713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Post welcome comment
1010
runs-on: ubuntu-latest
1111
steps:
12-
- run: gh pr comment "${{PR_URL}}" --body "Welcome to the repository!"
12+
- run: gh pr comment "$PR_URL" --body "Welcome to the repository!"
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15-
PR_URL: ${{ github.evennt.pull_request.html_url }}
15+
PR_URL: ${{ github.event.pull_request.html_url }}

0 commit comments

Comments
 (0)