From f5730d4854ef19f47d0b5c64bb468b3b63f09936 Mon Sep 17 00:00:00 2001 From: Dmitry Dunaev Date: Thu, 24 Nov 2022 15:39:44 +0300 Subject: [PATCH] [WIFI-11619] Add: git commit the changes Signed-off-by: Dmitry Dunaev --- .github/workflows/update-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-tests.yml b/.github/workflows/update-tests.yml index df22b9dfb..13731559b 100644 --- a/.github/workflows/update-tests.yml +++ b/.github/workflows/update-tests.yml @@ -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