mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-12 21:52:33 +00:00
fix(github): Drop GPG -S from submodule commit
This commit is contained in:
2
.github/workflows/update-submodules.yml
vendored
2
.github/workflows/update-submodules.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
run: |
|
run: |
|
||||||
if git commit -S -am"Update submodules (automated)
|
if git commit -am"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