Skip to content

Commit

Permalink
trying reusable without errors
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 6, 2024
1 parent fca20a2 commit a9eea6f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/terragrunt_plan_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,11 @@ jobs:
terragrunt-plan-common:
uses: ./.github/workflows/reusable-steps.yml
if: |
always() &&
needs.terragrunt-filter.outputs.common == 'true'
needs: terragrunt-filter
with:
component: common
environment: ${{ env.ENVIRONMENT }}
environment: dev
secrets:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACCOUNT_ID: ${{ secrets.ACCOUNT_ID }}
Expand Down

0 comments on commit a9eea6f

Please sign in to comment.