mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-08 11:49:10 +00:00
chore(setup-lune_update): updated commit msg
This commit is contained in:
parent
6e330aa828
commit
1ec11d7827
1 changed files with 2 additions and 3 deletions
5
.github/workflows/action_update.yaml
vendored
5
.github/workflows/action_update.yaml
vendored
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue