fix: cut command syntax

This commit is contained in:
Erica Marigold 2023-08-05 14:36:32 +05:30 committed by GitHub
parent 88b0971e2c
commit 2e5779124c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: |-