Skip to content

Commit

Permalink
+8
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Apr 26, 2024
1 parent 4e7b2f2 commit bb30573
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
echo '=========='
git branch -r | grep 'origin/gh-pages/'
echo '=========='
git branch -r | grep -E 'origin/gh-pages/'
echo '=========='
git branch -r | egrep 'origin/gh-pages/'
echo '=========='
echo '=========='
git branch -r | grep -E '^origin/gh-pages/'
echo '=========='
git branch -r | egrep '^origin/gh-pages/'
echo '=========='
for branch in $(git branch -r | grep 'origin/gh-pages/'); do
branch_name=$(echo $branch | sed 's#origin/gh-pages/##')
Expand Down

0 comments on commit bb30573

Please sign in to comment.