Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davema-clan committed May 13, 2024
1 parent 9a74113 commit bdd2e3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hello.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
if: ${{ github.ref_type == 'branch' }}

env:
IMAGE_SHA: ${{ needs.GetSHA.outputs.IMAGE_SHA}}
IMAGE_NAME: ${{ needs.GetSHA.outputs.IMAGE_NAME}}
IMAGE_SHA: ${{ needs.GetENV.outputs.IMAGE_SHA}}
IMAGE_NAME: ${{ needs.GetENV.outputs.IMAGE_NAME}}

steps:
- name: Deploy Test
Expand Down

0 comments on commit bdd2e3f

Please sign in to comment.