From 13244f189218955e7a172052d4fc990e97920488 Mon Sep 17 00:00:00 2001 From: 0xkoda <0xkoda@skiff.com> Date: Sun, 22 Dec 2024 14:10:34 +1000 Subject: [PATCH] action --- .github/workflows/update-llms.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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