Skip to content

Commit bf33732

Browse files
authored
Update welcome.yml
1 parent 963a613 commit bf33732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/welcome.yml

Lines changed: 1 addition & 1 deletion
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 }}
1515
PR_URL: ${{ github.evennt.pull_request.html_url }}

0 commit comments

Comments
 (0)