diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 69e8baaa..339ae8fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,10 +52,10 @@ jobs: if: ${{ runner.os == 'Windows' }} run: | yarn run cucumber:report:badge - git config user.name $GITHUB_ACTOR - git config user.email ${GITHUB_ACTOR}@users.noreply.github.com - git config user.name - git config user.email + echo "github actor is ${GITHUB_ACTOR}" + echo "github actor is ${{ github.actor }}" + git config user.email "${GITHUB_ACTOR}@users.noreply.github.com" + git config user.name "$GITHUB_ACTOR" 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