Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4 from gruntwork-io/zachctocoach-patch-1
Browse files Browse the repository at this point in the history
Fix version reference
  • Loading branch information
ZachGoldberg authored Apr 30, 2024
2 parents e458e11 + 36fc5a0 commit 682f609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ runs:
- name: "[Terragrunt Execute] Run terragrunt ${{ inputs.terragrunt_command }} in ${{ inputs.working_directory }}"
if: ${{ steps.aws_auth.outcome == 'success' }}
id: execute
uses: gruntwork-io/pipelines-execute@3.1.6
uses: gruntwork-io/pipelines-execute@v3.1.6
with:
token: ${{ inputs.PIPELINES_READ_TOKEN }}
tf_binary: ${{ steps.gruntwork_context.outputs.tf_binary }}
Expand Down

0 comments on commit 682f609

Please sign in to comment.