Skip to content

Commit 5a7945e

Browse files
committed
Fix unexpected inputs in welcome workflow
1 parent 34c5ff3 commit 5a7945e

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/welcome.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
with:
16-
repo-token: ${{ secrets.GITHUB_TOKEN }}
17-
issue-message:
18-
"Hello there, thank you for opening an Issue ! 🙏🏻 The team
19-
was notified and they will get back to you asap."
20-
pr-message:
21-
"Hello there, thank you for opening an PR ! 🙏🏻 The team was
22-
notified and they will get back to you asap."
16+
repo_token: ${{ secrets.GITHUB_TOKEN }}
17+
issue_message: "Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap."
18+
pr_message: "Hello there, thank you for opening an PR ! 🙏🏻 The team was notified and they will get back to you asap."

0 commit comments

Comments
 (0)