Skip to content

Commit

Permalink
Add debug stattements
Browse files Browse the repository at this point in the history
  • Loading branch information
cwolf10 committed Jan 11, 2024
1 parent e9c5518 commit fd5a03b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/new-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
i=0
for branch in ${branches}
do
echo "Make branch ${branch}"
echo "I: ${i}"
mkdir -p -- $branch
mv ../branches/$i/* ./$branch
Expand Down

0 comments on commit fd5a03b

Please sign in to comment.