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 a3f6c46 commit 35ee1ecCopy full SHA for 35ee1ec
.github/workflows/release-published.yml
@@ -29,7 +29,7 @@ jobs:
29
30
uses: launchbynttdata/launch-workflows/.github/workflows/reusable-terragrunt-deploy.yml@0.2.0
31
with:
32
- git_branch: ${{ github.head_ref }}
+ git_branch: ${{ github.ref }}
33
tf_version: ${{ needs.get-tg-versions.outputs.tf_version }}
34
tg_version: ${{ needs.get-tg-versions.outputs.tg_version }}
35
environment: ${{ matrix.terragrunt_environment.environment }}
0 commit comments