Skip to content

Commit 493ecd1

Browse files
committed
Fix missing space in output
1 parent 17e9173 commit 493ecd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
name: Checkout Code
1414

1515
- name: Set variables
16-
id: vars
17-
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
16+
id: vars
17+
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
1818

1919
- name: Zip it all up
2020
shell: bash

0 commit comments

Comments
 (0)