diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 07e319c..d0c278a 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -47,6 +47,8 @@ jobs: - name: update json if: startsWith(github.ref, 'refs/tags/v') run: | + git config user.email "41898282+github-actions[bot]@users.noreply.github.com>" + git config user.name "github-actions[bot]" ./update.sh git push origin master ls -la