Skip to content

Commit

Permalink
Update welcome.yml
Browse files Browse the repository at this point in the history
add steps
  • Loading branch information
SARM256 authored Feb 10, 2024
1 parent 5a93839 commit 5df3a87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ jobs:
build:
name: Post welcome comment
runs-on: ubuntu-latest
steps:
- run: gh pr comment $PR_URL --body "Welcome to the repository!"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_URL: ${{ github.event.pull_request.html_url }}

0 comments on commit 5df3a87

Please sign in to comment.