Skip to content

Commit

Permalink
fix(terrafom): syntax issue when input/vault_secrets is not empty
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbriere1 committed Jul 24, 2024
1 parent 78b15bc commit 86268d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
path: "github-actions"
exportToken: true
secrets: |
github/token/read_repositories token | GITHUB_READ_REPO_TOKEN
github/token/read_repositories token | GITHUB_READ_REPO_TOKEN;
${{ inputs.vault_secrets }}
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
shell: sh

- name: Terraform Format
id: fmt
id: fmtgg
working-directory: ${{ inputs.workdir || github.workspace }}
run: terraform fmt -check

Expand Down

0 comments on commit 86268d8

Please sign in to comment.