We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6eecd commit 5335a18Copy full SHA for 5335a18
.github/workflows/libgit2sharp.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Short Sha
33
id: short-sha
34
- run: echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-10) "
+ run: echo "::set-output name=short_sha::$(echo ${GITHUB_SHA} | cut -c1-10)"
35
36
- name: Create Release
37
id: create_release
0 commit comments