Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba01ff4

Browse files
authored
Update syntax for PR welcome workflow
It looks like the syntax for this changed at actions/first-interaction#311
1 parent d48b360 commit ba01ff4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_welcome.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/first-interaction@753c925c8d1ac6fede23781875376600628d9b5d # v3.0.0
1313
with:
14-
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
pr-message: >+
14+
repo_token: ${{ secrets.GITHUB_TOKEN }}
15+
pr_message: >+
1616
Thank you for opening your first PR into Matplotlib!
1717
1818

0 commit comments

Comments
 (0)