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