diff --git a/.github/workflows/test-forks.yml b/.github/workflows/test-forks.yml index 6c7e057..c4d50c4 100644 --- a/.github/workflows/test-forks.yml +++ b/.github/workflows/test-forks.yml @@ -17,6 +17,10 @@ jobs: with: app-id: '${{ secrets.SEQUELIZE_BOT_APP_ID }}' private-key: '${{ secrets.SEQUELIZE_BOT_PRIVATE_KEY }}' + - name: Configure git + run: | + git config --global user.name "sequelize[bot]" + git config --global user.email "bot@sequelize.org" - name: Test Local Action id: test-action uses: ./