mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 16:05:57 +08:00
Fix script syntax
This commit is contained in:
parent
7a944e94bb
commit
e63619d6f6
@ -90,7 +90,7 @@ jobs:
|
||||
|
||||
- name: Export Cura tagged commit
|
||||
id: export-main-commit
|
||||
if: ${{ matrix.repository == "Cura" }}
|
||||
if: ${{ matrix.repository == 'Cura' }}
|
||||
run: |
|
||||
echo "main_commit=`git rev-parse HEAD`" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user