Skip to content

Commit

Permalink
ensuring that the most recent data submodule is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 27, 2024
1 parent 426b2a3 commit aafe1fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ runs:
shell: bash
run: |
git clone --recurse-submodules https://github.com/Zanger67/Leetcode-Progress-Tracker.git '.readme_updater'
cd .readme_updater
echo "Initializing and updating submodules in case checkout resulted in uninitializations..."
git submodule update --init --recursive
git submodule update --recursive --remote
cd ../
# if [ -d .readme_updater/ ]; then
# echo "Submodule exists."
Expand Down

0 comments on commit aafe1fb

Please sign in to comment.