Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
leugimkm committed Sep 17, 2024
1 parent c2dfdf9 commit 9150805
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/clone-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
run: |
repo_url=$(cat repos.txt)
echo "REPO_URL=$repo_url" >> $GITHUB_ENV
- name: Remove tools folder if exists
run: |
if [ -d "tools" ]; then rm -rf tools; fi
- name: Clone repo into tools folder
run: |
mkdir -p tools
Expand Down

0 comments on commit 9150805

Please sign in to comment.