diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60ae63d..b1b4cc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,8 +13,8 @@ jobs: name: Checkout Code - name: Set variables - id: vars - run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" + id: vars + run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)" - name: Zip it all up shell: bash