Skip to content

Commit

Permalink
configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
ephys committed Apr 12, 2024
1 parent 55921bd commit 563dcb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
- name: Test Local Action
id: test-action
uses: ./
Expand Down

0 comments on commit 563dcb8

Please sign in to comment.