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

Commit

Permalink
chore: Pinning pipelines-bootstrap to v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yhakbar committed Apr 26, 2024
1 parent c015fd3 commit 1022077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ runs:
steps:
- name: "[ProvisionAccount]: Load Gruntwork Context"
id: gruntwork_context
uses: gruntwork-io/pipelines-bootstrap@main
uses: gruntwork-io/pipelines-bootstrap@v0.0.1
with:
cache: ${{ inputs.gruntwork_context }}
token: ${{ inputs.PIPELINES_READ_TOKEN }}

- name: "[ProvisionAccount]: Run Terragrunt to Create the account in AWS"
id: terragrunt
uses: gruntwork-io/pipelines-aws-execute@main
uses: gruntwork-io/pipelines-aws-execute@v0.0.1
with:
PIPELINES_READ_TOKEN: ${{ inputs.PIPELINES_READ_TOKEN }}
account_id: ${{ steps.gruntwork_context.outputs.account_id }}
Expand Down

0 comments on commit 1022077

Please sign in to comment.