diff --git a/.github/workflows/postprocess.yml b/.github/workflows/postprocess.yml index adacf0f..0c55675 100644 --- a/.github/workflows/postprocess.yml +++ b/.github/workflows/postprocess.yml @@ -41,7 +41,7 @@ jobs: git config --global user.name "deployment_bot" git config --global user.email "deployment_bot@users.noreply.github.com" git add -A - git commit -a -m "Reindex Blueprints" + git commit -a -m "Reindex and reformat Blueprints" git pull --rebase if [ $? -eq 0 ]; then git push git@github.com:${{ github.repository }}.git --follow-tags