mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: cut command syntax
This commit is contained in:
parent
88b0971e2c
commit
2e5779124c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
run: git submodule update --recursive --remote
|
run: git submodule update --recursive --remote
|
||||||
|
|
||||||
- name: Update lune.COMMIT
|
- name: Update lune.COMMIT
|
||||||
run: git rev-parse HEAD | cut -d1 -f1 > lune.COMMIT
|
run: git rev-parse HEAD | cut -c -7 > lune.COMMIT
|
||||||
|
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
run: |-
|
run: |-
|
||||||
|
|
Loading…
Reference in a new issue