diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index aa90303..7acef7c 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -45,6 +45,9 @@ jobs: needs: build steps: + - name: print IMAGE_TAG + run: echo $SHORT_SHA + - name: Deploy Test uses: appleboy/ssh-action@v1.0.3 env: