Commit bab738ce authored by David McKay's avatar David McKay

fix: fixed broken parens

parent 74bc9074
...@@ -3,6 +3,7 @@ name: Terraform ...@@ -3,6 +3,7 @@ name: Terraform
on: on:
push: push:
paths: paths:
- ".github/workflows/terraform.yaml"
- "terraform/**" - "terraform/**"
jobs: jobs:
...@@ -49,4 +50,4 @@ jobs: ...@@ -49,4 +50,4 @@ jobs:
tf_actions_working_dir: "terraform" tf_actions_working_dir: "terraform"
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS GOOGLE_CREDENTIALS: ${{ secrets.GOOGLE_CREDENTIALS }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment