Skip to content

Commit

Permalink
chore: update checkout action; remove git config setting (#33)
Browse files Browse the repository at this point in the history
This change updates the checkout action to v4 and removes the git
config setup. The config setup should be handled automatically (we think)
  • Loading branch information
thomasheartman authored Jan 14, 2025
1 parent f8616f8 commit 45eafe6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,10 @@ jobs:
app-id: ${{ secrets.UNLEASH_BOT_APP_ID }}
private-key: ${{ secrets.UNLEASH_BOT_PRIVATE_KEY }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ steps.generate-token.outputs.token }}

- name: Setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
- name: Use Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 45eafe6

Please sign in to comment.