mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-04-18 10:53:47 +01: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
|
||||
|
||||
- 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
|
||||
run: |-
|
||||
|
|
Loading…
Add table
Reference in a new issue