Skip to content

Commit

Permalink
Merge branch 'checkout-sha-fix' of github.com:cloudposse/github-actio…
Browse files Browse the repository at this point in the history
…n-atmos-terraform-plan into checkout-sha-fix

* 'checkout-sha-fix' of github.com:cloudposse/github-action-atmos-terraform-plan:
  Update action.yml
  Update test-changes-exists-drift.yml
  Update integration-tests.yml
  • Loading branch information
goruha committed Jun 8, 2024
2 parents 676244f + 6819968 commit 7b96e82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.head.ref }}

- shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changes-exists-drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
ref: ${{ github.event.pull_request.head.ref }}

- shell: bash
run: |
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ runs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ inputs.sha }}

- name: Set atmos cli config path vars
shell: bash
Expand Down

0 comments on commit 7b96e82

Please sign in to comment.