Skip to content

Commit

Permalink
fix: new welcome new users action (#21662)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenLYZ committed Sep 30, 2022
1 parent eeb979c commit 389fa31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/welcome-new-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:

steps:
- name: Welcome Message
uses: actions/first-interaction@v1.0.0
uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: |-
Expand Down

0 comments on commit 389fa31

Please sign in to comment.