We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a9966 commit 60382b6Copy full SHA for 60382b6
.github/workflows/postprocess.yml
@@ -41,7 +41,7 @@ jobs:
41
git config --global user.name "deployment_bot"
42
git config --global user.email "[email protected]"
43
git add -A
44
- git commit -a -m "Reindex Blueprints"
+ git commit -a -m "Reindex and reformat Blueprints"
45
git pull --rebase
46
if [ $? -eq 0 ]; then
47
git push [email protected]:${{ github.repository }}.git --follow-tags
0 commit comments