From e4ea256f26954e2834a66199476cb285061387dd Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 7 Sep 2023 21:34:54 -0400 Subject: [PATCH] https://github.com/andreika-git/hellen-one/issues/331 --- .github/workflows/create-board.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-board.yaml b/.github/workflows/create-board.yaml index 1a623f3..75e1a83 100644 --- a/.github/workflows/create-board.yaml +++ b/.github/workflows/create-board.yaml @@ -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