fix: working directory for updating lune.COMMIT

This commit is contained in:
Erica Marigold 2023-08-05 14:38:38 +05:30 committed by GitHub
parent 3e8477c020
commit fce61b9ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,8 @@ jobs:
run: git submodule update --recursive --remote
- name: Update lune.COMMIT
run: git rev-parse HEAD | cut -c -7 > lune.COMMIT
run: git rev-parse HEAD | cut -c -7 > ../lune.COMMIT
working-directory: "lune-src"
- name: Push changes
run: |-