Skip to content

Commit 041a726

Browse files
authored
Update submodule update command in workflow
1 parent 4460083 commit 041a726

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chron-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git config --global user.email "action@github.com"
2121
git config --global user.name "GitHub Action"
2222
23-
git -c submodule.core/entirety.update=none submodule update --init --recursive
23+
git -c submodule.core/entirety.update=none -c submodule.data-publication/idra.update=none submodule update --init --recursive
2424
git merge origin/master --strategy-option theirs || true
2525
git submodule foreach 'git reset HEAD $path'
2626
git submodule foreach 'git checkout `git describe --tags $(git rev-list --tags --max-count=1)`' || true

0 commit comments

Comments
 (0)