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 bd0960a commit a4921cfCopy full SHA for a4921cf
‎.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::$(git rev-parse --short ${{ github.event.pull_request.head.sha }})"
+ run: echo "::set-output name=sha_short::$(cd $GITHUB_WORKSPACE || git rev-parse --short ${{ github.event.pull_request.head.sha }})"
19
20
- name: release
21
uses: actions/create-release@v1
0 commit comments