mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
feat(actions): update lune.COMMIT too
This commit is contained in:
parent
6bc4bd3841
commit
4d2aab5d38
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update.yaml
vendored
3
.github/workflows/update.yaml
vendored
|
@ -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: |-
|
||||
|
|
Loading…
Reference in a new issue