Skip to content

Commit

Permalink
Git actions update (submodule pull pointed to master)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Jun 28, 2022
1 parent da01b8d commit b58eb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-jupyter-singleuser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Update references for any submodules
- name: Git Sumbodule Update
run: |
git pull --recurse-submodules
git pull --recurse-submodules origin master
git submodule update --remote --recursive
- name: set docker release tag name
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/submodule_sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Update references
- name: Git Sumbodule Update
run: |
git pull --recurse-submodules
git pull --recurse-submodules origin master
git submodule update --remote --recursive
- name: Commit update
Expand Down

0 comments on commit b58eb2c

Please sign in to comment.