From a6c8d05dba33788e5cc7e7d91ab6878f406cfbba Mon Sep 17 00:00:00 2001 From: Meisterlala <6453306+Meisterlala@users.noreply.github.com> Date: Mon, 11 Apr 2022 17:27:37 +0000 Subject: [PATCH] Update scc.yml --- .github/workflows/scc.yml | 2 +- 1 file(s) changed, 1 insertion(s)(+), 1 deletion(s)(-) diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -41,7 +41,7 @@ git add --all if [-z "$(git status --porcelain)"]; then echo "::set-output name=push::false" else - git commit -m "Add changes" -a + git commit -m "Updated README table" -a echo "::set-output name=push::true" fi shell: bash -- tangled.sh