Skip to content

Commit

Permalink
ci: set git user and email
Browse files Browse the repository at this point in the history
  • Loading branch information
pchalupa committed Jul 23, 2024
1 parent 4ba77fa commit b820c63
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
name: npm
url: https://www.npmjs.com/package/expo-alternate-app-icons
steps:
- run: git config --global user.name "pchalupa"
- run: |
git config user.name github-actions
git config user.email [email protected]
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit b820c63

Please sign in to comment.