From 4d2aab5d3849ab6a9db95c51e77a06bb1b13010d Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 5 Aug 2023 14:04:11 +0530 Subject: [PATCH] feat(actions): update lune.COMMIT too --- .github/workflows/update.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 0468592..8fe197b 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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: |-