mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-01-26 11:14:08 +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
|
||||
run: |
|
||||
if git commit -S -am"Update submodules (automated)
|
||||
if git commit -am"Update submodules (automated)
|
||||
|
||||
$(git submodule --quiet foreach \
|
||||
'tag="$(git describe --tags --abbrev=0 origin/HEAD)"
|
||||
|
||||
Reference in New Issue
Block a user