This commit is contained in:
parent
9181c2df7b
commit
e4ea256f26
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue