[WIFI-11619] Add: git commit the changes

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
Dmitry Dunaev
2022-11-24 15:39:44 +03:00
parent 2210ff85f5
commit f5730d4854

View File

@@ -53,7 +53,8 @@ jobs:
git pull
git checkout gh-pages
mv tmp-report report
git commit -a -m'Update allure report for github pages'
git add report
git commit -m'Update allure report for github pages'
- name: Publish Allure report to GitHub Pages
uses: ad-m/github-push-action@v0.6.0