diff --git a/.github/workflows/scc.yml b/.github/workflows/scc.yml index 3f82f68..28f34c8 100644 --- a/.github/workflows/scc.yml +++ b/.github/workflows/scc.yml @@ -41,7 +41,7 @@ jobs: 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