Skip to content

Commit

Permalink
Configuring datetime latest case identification + adding TQDM alterna…
Browse files Browse the repository at this point in the history
…tive due to github action console not supporting carriage return
  • Loading branch information
Zanger67 committed Jul 26, 2024
1 parent bdbd5d0 commit 460e83b
Show file tree
Hide file tree
Showing 4 changed files with 240 additions and 285 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ runs:
# git fetch origin main
# git checkout main
echo "Initializing and updating submodules in case checkout resulted in uninitializations..."
git submodule update --init --recursive
git submodule update --recursive --remote
# echo "Initializing and updating submodules in case checkout resulted in uninitializations..."
# git submodule update --init --recursive
# git submodule update --recursive --remote
# cd ../
Expand Down
Loading

0 comments on commit 460e83b

Please sign in to comment.