From 1ec11d7827ced096882d2da51073819d1e031891 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 30 Sep 2023 17:31:41 +0530 Subject: [PATCH] chore(setup-lune_update): updated commit msg --- .github/workflows/action_update.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action_update.yaml b/.github/workflows/action_update.yaml index 66af06d..d4dcb8a 100644 --- a/.github/workflows/action_update.yaml +++ b/.github/workflows/action_update.yaml @@ -1,8 +1,7 @@ name: Update setup-lune Repository on: - schedule: - - cron: '0 0 * * *' + push: workflow_dispatch: jobs: @@ -25,7 +24,7 @@ jobs: git diff git config --global user.email "hi@devcomp.xyz" git config --global user.name "CI" - git diff --quiet || (git add -u && git commit -m "chore: update lune sources") + git diff --quiet || (git add -u && git commit -m "sync: CompeyDev/lune-packaging (${{ github.sha }})") git push working-directory: "setup-lune"