rusefillc 2023-09-07 21:34:54 -04:00
parent 9181c2df7b
commit e4ea256f26
1 changed files with 2 additions and 2 deletions

View File

@ -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
@ -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