feat(actions): update lune.COMMIT too

This commit is contained in:
Erica Marigold 2023-08-05 14:04:11 +05:30 committed by GitHub
parent 6bc4bd3841
commit 4d2aab5d38
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,9 @@ jobs:
- name: Update submodule
run: git submodule update --recursive --remote
- name: Update lune.COMMIT
run: git rev-parse HEAD | cut -d1 -f1 > lune.COMMIT
- name: Push changes
run: |-