mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 00:02:20 +02:00
Typo
This commit is contained in:
parent
6c8b11ddda
commit
066dd2a6cc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
id: buildenv1
|
||||
run: |
|
||||
echo ::set-output name=github_sha_short::`echo $GIT_COMMIT | cut -c1-7`
|
||||
echo "GIT_COMMIT_SHORT={{github_sha_short}}" >> $GITHUB_ENV
|
||||
echo "GIT_COMMIT_SHORT=${{github_sha_short}}" >> $GITHUB_ENV
|
||||
echo "JOB_NAME=build (${{matrix.os}}, ${{matrix.build_type}})" >> $GITHUB_ENV
|
||||
|
||||
# Linux build variables
|
||||
|
|
Loading…
Reference in a new issue