Skip to content

Commit

Permalink
Fix index pipeline end raw and raw markers
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonMaxfield committed Jun 15, 2022
1 parent db97548 commit 75ba2c7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@ jobs:
- name: Setup gcloud
uses: google-github-actions/setup-gcloud@v0
with:
project_id: {% endraw $}{{ cookiecutter.infrastructure_slug }}{$ raw $}
project_id: {% endraw %}{{ cookiecutter.infrastructure_slug }}{% raw %}
service_account_key: ${{ secrets.GOOGLE_CREDENTIALS }}
export_default_credentials: true
- name: Dump Credentials to JSON
Expand Down

0 comments on commit 75ba2c7

Please sign in to comment.