mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 13:55:28 +00:00
chore(actions): Submodule update action tweaks
This commit is contained in:
4
.github/workflows/update-submodules.yml
vendored
4
.github/workflows/update-submodules.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: Update submodules
|
name: Update submodules
|
||||||
on:
|
on:
|
||||||
schedule: [cron: 0 6 * * 0]
|
schedule: [cron: 0 3 * * *]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
if git commit -am"Update submodules (automated)
|
if git commit -am"chore(git): Update submodules (automated)
|
||||||
|
|
||||||
$(git submodule --quiet foreach \
|
$(git submodule --quiet foreach \
|
||||||
'tag="$(git describe --tags --abbrev=0 origin/HEAD)"
|
'tag="$(git describe --tags --abbrev=0 origin/HEAD)"
|
||||||
|
|||||||
Reference in New Issue
Block a user