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 a4921cf commit ccfea5fCopy full SHA for ccfea5f
.github/workflows/build-release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- name: Create short commit SHA
17
id: create_short_sha
18
- run: echo "::set-output name=sha_short::$(cd $GITHUB_WORKSPACE || git rev-parse --short ${{ github.event.pull_request.head.sha }})"
+ run: echo "::set-output name=sha_short::$(echo ${{ github.event.pull_request.head.sha }} | cut -c1-8))"
19
20
- name: release
21
uses: actions/create-release@v1
0 commit comments