diff --git a/.github/workflows/update-llms.yml b/.github/workflows/update-llms.yml index 6eac58d..305fe60 100644 --- a/.github/workflows/update-llms.yml +++ b/.github/workflows/update-llms.yml @@ -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 @@ -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 \ No newline at end of file