Skip to content

Commit

Permalink
fix: update path
Browse files Browse the repository at this point in the history
  • Loading branch information
meodai committed Dec 18, 2023
1 parent cec4b62 commit 12fa8ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [19.x, 18.x]
node-version: [19.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git add /dist/history.json
git add dist/history.json
git commit -m "Update history.json"
# push the changes
- name: Push changes
Expand Down

0 comments on commit 12fa8ac

Please sign in to comment.