Skip to content

Commit

Permalink
Change to env for GITHUB SHA (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhntd authored Jul 8, 2022
1 parent a1919cd commit 871952e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,8 +645,8 @@ jobs:
run: echo "::set-output name=sha_date::$(git show -s --format=%ct ${{ steps.sha.outputs.sha_short }} )"

- name: Check env
run: echo "SHA ${{ GITHUB_SHA }} | Date ${{ steps.sha_date.outputs.sha_date }} "
# nick-invision/retry@v2 starts at base dir
run: echo "SHA ${GITHUB_SHA} | Date ${{ steps.sha_date.outputs.sha_date }}"

- name: Terraform apply
if: steps.performance-tracking.outputs.cache-hit != 'true'
uses: nick-invision/retry@v2
Expand Down

0 comments on commit 871952e

Please sign in to comment.