Skip to content

Commit

Permalink
fix syntax (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-lobur authored Mar 29, 2023
1 parent 2b05543 commit f604197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:

lint:
runs-on: ${{ fromJSON(inputs.runs-on) }}
needs: tflint-find-dirs
needs: lint-find-dirs
strategy:
fail-fast: false
matrix:
tfdir: ${{ fromJson(needs.tflint-find-dirs.outputs.tfdirs_matrix) }}
tfdir: ${{ fromJson(needs.lint-find-dirs.outputs.tfdirs_matrix) }}
env:
TFLINT_PLUGIN_DIR: ${{ github.workspace }}/.tflint.d/plugins
TFLINT_PLUGINS: aws
Expand Down

0 comments on commit f604197

Please sign in to comment.