Skip to content

Commit

Permalink
https://github.com/andreika-git/hellen-one/issues/331
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Sep 8, 2023
1 parent 9181c2d commit e4ea256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-board.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
git diff --name-only | while read f; do
if [ $(git diff --color=always|perl -wlne 'print $1 if /^\e\[32m\+\e\[m\e\[32m(.*)\e\[m$/' "$f" | grep -vE "Created|Generation|[dD]ate" | wc -l) -eq 0 ]; then
git checkout "$f"
echo Only unimportant changes here? NOT SURE not invoking git checkout "$f"
fi
done
bash hellen-one/bin/gha-commit.sh
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
run: |
git diff --name-only | while read f; do
if [ $(git diff --color=always|perl -wlne 'print $1 if /^\e\[32m\+\e\[m\e\[32m(.*)\e\[m$/' "$f" | grep -vE "Created|Generation|[dD]ate" | wc -l) -eq 0 ]; then
git checkout "$f"
echo Only unimportant changes here? NOT SURE not invoking git checkout "$f"
fi
done
bash hellen-one/bin/gha-commit.sh
Expand Down

0 comments on commit e4ea256

Please sign in to comment.