chore(setup-lune_update): updated commit msg

This commit is contained in:
Erica Marigold 2023-09-30 17:31:41 +05:30 committed by GitHub
parent 6e330aa828
commit 1ec11d7827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +1,7 @@
name: Update setup-lune Repository name: Update setup-lune Repository
on: on:
schedule: push:
- cron: '0 0 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
@ -25,7 +24,7 @@ jobs:
git diff git diff
git config --global user.email "hi@devcomp.xyz" git config --global user.email "hi@devcomp.xyz"
git config --global user.name "CI" 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 git push
working-directory: "setup-lune" working-directory: "setup-lune"