Skip to content

Commit

Permalink
Fix missing space in output
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsondev committed Nov 25, 2020
1 parent 17e9173 commit 493ecd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 493ecd1

Please sign in to comment.