Skip to content

Commit 10a42b6

Browse files
committed
feat(workflow): add github.issue.welcome workflow
1 parent 249a453 commit 10a42b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/github.issue.welcome.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
id: welcome
4242
uses: actions/first-interaction@v3
4343
with:
44-
repo-token: ${{ secrets.token }}
45-
issue-message: ${{ inputs.issue_message }}
46-
pr-message: ${{ inputs.pr_message }}
44+
repo_token: ${{ secrets.token }}
45+
issue_message: ${{ inputs.issue_message }}
46+
pr_message: ${{ inputs.pr_message }}

0 commit comments

Comments
 (0)