Provide more detailed commit messages in the pushes to the www repo

This commit is contained in:
Simon Hausmann 2020-08-06 13:48:07 +02:00
parent 710ce2b4ed
commit 3323aa08b1

View file

@ -104,5 +104,5 @@ jobs:
cp -a ../examples/printerdemo/wasm/dist/* demos/printerdemo cp -a ../examples/printerdemo/wasm/dist/* demos/printerdemo
git add demos git add demos
git add -u demos git add -u demos
git commit --message "Update $NAME from $GITHUB_REPOSITORY" git commit --message "Update $NAME from $GITHUB_REPOSITORY" --message "Pull web demos from commit $GITHUB_SHA ($GITHUB_REF)"
git push origin master git push origin master