Skip to content

Commit

Permalink
fix: use {% raw %} on {{ secrets.GITHUB_TOKEN }}
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 21, 2021
1 parent b47bfb7 commit 686f38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_slug}}/.github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
with:{% raw %}
repo-token: ${{ secrets.GITHUB_TOKEN }}{% endraw %}
issue-message: "Hello @${{ github.actor }}, thank you for submitting an issue! 🙂"
pr-message: "Hello @${{ github.actor }}, thank you submitting a pull request!"

0 comments on commit 686f38f

Please sign in to comment.