Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
liaocj committed Apr 28, 2024
1 parent 687c665 commit cf187d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
git status
git submodule foreach --recursive 'git checkout main && git pull origin main'
git add .
git commit -m "Automatically update all submodules to latest commits"
git commit -m "Automatically update all submodules to latest commits" || echo "commit ok"
git push -v
#- name: git init
Expand Down

0 comments on commit cf187d4

Please sign in to comment.