We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 125e2d1 commit 81ae2e8Copy full SHA for 81ae2e8
.github/workflows/terraform-docs.yaml
@@ -55,7 +55,7 @@ jobs:
55
defaults:
56
run:
57
working-directory: ${{ inputs.working_directory }}
58
- if: ${{ inputs.use_terragrunt == false && github.actor != 'dependabot[bot]' }}
+ if: !inputs.use_terragrunt && github.actor != 'dependabot[bot]'
59
runs-on: ${{ inputs.jobs_run_on }}
60
steps:
61
- name: Checkout repo
@@ -76,7 +76,7 @@ jobs:
76
77
env:
78
DISABLE_INIT: true
79
+ if: inputs.use_terragrunt && github.actor != 'dependabot[bot]'
80
81
82
0 commit comments