From d0019d3503f3ddb8ce4299f9ea914e1f47576203 Mon Sep 17 00:00:00 2001 From: mattRedBox Date: Wed, 24 Nov 2021 15:51:56 +1000 Subject: [PATCH] Test github user use for setting up branch commit. --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 664b6310..9bc0c2b3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: chmod +x ./scripts/*.sh . ./scripts/linux_headless_xvfb_init.sh yarn run unit - yarn run e2e:impl +# yarn run e2e:impl - name: Test Default if: ${{ runner.os != 'Linux' }} run: | @@ -53,7 +53,9 @@ jobs: run: | yarn run cucumber:report:badge git config user.name $GITHUB_ACTOR - git config user.email github-actions@github.com + git config user.email ${GITHUB_ACTOR}@users.noreply.github.com + git config user.name + git config user.email git add test/cucumber_report.html test/cucumber_report.json README.md git commit -m "[skip actions] Updating branch from github-actions 'Post-test' actions." git push origin $GITHUB_REF_NAME