We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
{% raw %}
{{ secrets.GITHUB_TOKEN }}
1 parent b47bfb7 commit 686f38fCopy full SHA for 686f38f
{{cookiecutter.project_slug}}/.github/workflows/greetings.yml
@@ -10,7 +10,7 @@ jobs:
10
pull-requests: write
11
steps:
12
- uses: actions/first-interaction@v1
13
- with:
14
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ with:{% raw %}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}{% endraw %}
15
issue-message: "Hello @${{ github.actor }}, thank you for submitting an issue! 🙂"
16
pr-message: "Hello @${{ github.actor }}, thank you submitting a pull request!"
0 commit comments