Skip to content

Commit 30e9b6f

Browse files
authored
Fixed warning in "New contributor" GitHub action.
1 parent e20e189 commit 30e9b6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/new_contributor_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/first-interaction@v3
1616
with:
17-
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
pr-message: |
17+
repo_token: ${{ secrets.GITHUB_TOKEN }}
18+
pr_message: |
1919
Hello! Thank you for your contribution 💪
2020
2121
As it's your first contribution be sure to check out the [patch review checklist](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#patch-review-checklist).

0 commit comments

Comments
 (0)