Skip to content

Commit 6e5d927

Browse files
authored
Update update-git-submodule.yml (#1022)
1 parent 167f360 commit 6e5d927

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/update-git-submodule.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ jobs:
2222
submodules: recursive
2323
- name: Update submodules
2424
run: git submodule update --remote --recursive
25-
- uses: actions/checkout@v3
26-
run: |
25+
- run: |
2726
echo "CURRENT_DATETIME=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_ENV
2827
git config user.name github-actions
2928
git config user.email [email protected]

0 commit comments

Comments
 (0)