Skip to content

Commit

Permalink
rolling commit rerun changes into main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan M Smolenski committed Nov 20, 2023
1 parent f3d162f commit 79d30e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rerun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cd $GITHUB_WORKSPACE
git fetch --all
git branch -r >branches.list
cat branches.list
cat branches.list|grep \/diff\/ |sed 's/^origin\///g' >branches2.list
#cat branches.list
cat branches.list|grep \/diff\/ |sed 's|^origin/||g' >branches2.list
cat branches2.list

0 comments on commit 79d30e6

Please sign in to comment.