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 #7 from gruntwork-io/pipelines_cli_version
Browse files Browse the repository at this point in the history
Use env.PIPELINES_CLI_VERSION
  • Loading branch information
yhakbar authored May 14, 2024
2 parents 27a019b + 77851c1 commit bb4e364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,11 @@ 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@v3.1.6
uses: gruntwork-io/pipelines-execute@v4.0.0
with:
token: ${{ inputs.PIPELINES_READ_TOKEN }}
tf_binary: ${{ steps.gruntwork_context.outputs.tf_binary }}
working_directory: ${{ inputs.working_directory }}
pipelines_cli_version: ${{ steps.gruntwork_context.outputs.pipelines_cli_version }}
terragrunt_command: ${{ steps.gruntwork_context.outputs.terragrunt_command }}
infra_live_repo_branch: ${{ steps.gruntwork_context.outputs.branch }}
gruntwork_config_file: ${{ steps.gruntwork_context.outputs.gruntwork_config_file }}
Expand Down

0 comments on commit bb4e364

Please sign in to comment.