Skip to content

Commit 686f38f

Browse files
committed
fix: use {% raw %} on {{ secrets.GITHUB_TOKEN }}
1 parent b47bfb7 commit 686f38f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/.github/workflows/greetings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pull-requests: write
1111
steps:
1212
- uses: actions/first-interaction@v1
13-
with:
14-
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
with:{% raw %}
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}{% endraw %}
1515
issue-message: "Hello @${{ github.actor }}, thank you for submitting an issue! 🙂"
1616
pr-message: "Hello @${{ github.actor }}, thank you submitting a pull request!"

0 commit comments

Comments
 (0)