Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKoda committed Dec 22, 2024
1 parent 9e0ba68 commit 13244f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-llms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '22'

- name: Install dependencies
run: npm install node-fetch
Expand All @@ -33,8 +33,8 @@ jobs:
- name: Commit changes
if: steps.git-check.outputs.changes == 'true'
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add llms.txt
git commit -m "Auto-update llms.txt"
git push
git push

0 comments on commit 13244f1

Please sign in to comment.