Skip to content

Commit 60382b6

Browse files
committed
Update postprocess commit message to "Reindex and Reformat"
1 parent 55a9966 commit 60382b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/postprocess.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git config --global user.name "deployment_bot"
4242
git config --global user.email "[email protected]"
4343
git add -A
44-
git commit -a -m "Reindex Blueprints"
44+
git commit -a -m "Reindex and reformat Blueprints"
4545
git pull --rebase
4646
if [ $? -eq 0 ]; then
4747
git push [email protected]:${{ github.repository }}.git --follow-tags

0 commit comments

Comments
 (0)