We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d6f861 commit 0157e79Copy full SHA for 0157e79
.github/workflows/deploy-sandbox.yml
@@ -12,7 +12,7 @@ jobs:
12
build-matrix:
13
permissions:
14
contents: read
15
- uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.1
+ uses: launchbynttdata/launch-workflows/.github/workflows/reusable-github-matrix-tg.yml@0.1.2
16
with:
17
platform_environment: sandbox
18
@@ -25,7 +25,7 @@ jobs:
25
fail-fast: false
26
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
27
28
- uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.1
+ uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.1.2
29
30
tf_version: '1.5.5'
31
tg_version: '0.54.11'
0 commit comments