mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
Calculate short SHA
This commit is contained in:
parent
57729e3cef
commit
c299026378
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr_build.yml
vendored
3
.github/workflows/pr_build.yml
vendored
|
@ -43,7 +43,8 @@ jobs:
|
|||
shell: bash
|
||||
id: buildenv1
|
||||
run: |
|
||||
echo "GIT_COMMIT_SHORT=echo $GIT_COMMIT | cut -c1-7" >> $GITHUB_ENV
|
||||
echo ::set-output name=github_sha_short::`echo $GIT_COMMIT | cut -c1-7`
|
||||
echo "GIT_COMMIT_SHORT={{github_sha_sort}}" >> $GITHUB_ENV
|
||||
echo "JOB_NAME=build (${{matrix.os}}, ${{matrix.build_type}})" >> $GITHUB_ENV
|
||||
|
||||
# Linux build variables
|
||||
|
|
Loading…
Reference in a new issue