rusefillc 2022-06-25 12:01:40 -04:00 committed by GitHub
parent 373c868f9a
commit 4eab2b457c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
git config --local user.name "GitHub create-board Action"
git add boards/*
git status
OUT=$(git commit -am "Auto-generated board" 2>&1) || echo "commit failed, finding out why"
OUT=$(git commit -am "[skip actions] Auto-generated board" 2>&1) || echo "commit failed, finding out why"
if echo "$OUT" | grep 'nothing to commit'; then
echo "headers: looks like nothing to commit"
echo "::set-env name=NOCOMMIT::true"