mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 12:19:09 +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
|
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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue