Skip to content

Commit

Permalink
fix: CI Checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nickevansuk authored Oct 11, 2024
1 parent 345ec9d commit 63362a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ jobs:
if: "!contains(github.event.head_commit.author.email, '[email protected]')"

steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
- name: Identify
run: |
git config user.name OpenActive Bot
git config user.email [email protected]
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }}
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 63362a6

Please sign in to comment.