mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-18 10:54:41 +00:00
fix(ci): tweaks
This commit is contained in:
8
.github/workflows/update-submodules.yml
vendored
8
.github/workflows/update-submodules.yml
vendored
@@ -39,10 +39,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git submodule sync
|
git submodule sync
|
||||||
git submodule foreach --quiet "
|
git submodule foreach --quiet "
|
||||||
tag="$(git describe --tags --abbrev=0 origin/HEAD)"
|
tag=\"$(git describe --tags --abbrev=0 origin/HEAD)\"
|
||||||
if [ "$(git describe --tags)" != "$tag" ]; then
|
if [ \"$(git describe --tags)\" != \"$tag\" ]; then
|
||||||
git checkout --quiet "$tag"
|
git checkout --quiet \"$tag\"
|
||||||
echo "$name updated to $tag"
|
echo \"$name updated to $tag\"
|
||||||
fi
|
fi
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user