diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index d7613d8..cde1478 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -71,9 +71,12 @@ jobs: ls -l mv repo/.git . # move cloned git history to root rm -rf repo + date > generated.txt ls -l - git config --local user.email "github-actions[bot]@users.noreply.github.com" - git config --local user.name "github-actions[bot]" + # git config --local user.email "github-actions[bot]@users.noreply.github.com" + # git config --local user.name "github-actions[bot]" + git config --local user.email "action@github.com" + git config --local user.name "GitHub Action" git add --force . git commit -m "add contents of dist-files v${{ env.SPEC_VERSION }}" git log