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 and pipelines-status-update to…
Browse files Browse the repository at this point in the history
… `v0.1.0`
  • Loading branch information
yhakbar committed Apr 26, 2024
1 parent 132ff54 commit beac366
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 @@ -37,7 +37,7 @@ runs:
steps:
- name: "Read in Gruntwork context"
id: gruntwork_context
uses: gruntwork-io/pipelines-bootstrap@main
uses: gruntwork-io/pipelines-bootstrap@v0.0.1
with:
cache: ${{ inputs.gruntwork_context }}

Expand Down Expand Up @@ -70,7 +70,7 @@ runs:
echo "auth_failure_reason=$reason" >> $GITHUB_OUTPUT
- name: "Add Auth Failure Notice if AWS Auth Fails"
uses: gruntwork-io/pipelines-status-update@main
uses: gruntwork-io/pipelines-status-update@v0.0.1
if: ${{ failure() }}
with:
step_name: "AWS Authentication"
Expand Down

0 comments on commit beac366

Please sign in to comment.