[NAK_CVR_Mods] trust 2

This commit is contained in:
NotAKidoS 2025-04-09 16:07:44 -05:00
parent dafff6a9a2
commit 02be4ec445

View file

@ -3,7 +3,7 @@ name: Update Mod List
on: on:
push: push:
paths: paths:
- 'update-modlist.js' - '.github/scripts/update-modlist.js'
- '.github/workflows/update-modlist.yml' - '.github/workflows/update-modlist.yml'
- 'README.md' - 'README.md'
- '**/README.md' - '**/README.md'
@ -23,7 +23,7 @@ jobs:
node-version: '20' node-version: '20'
- name: Run mod list updater - name: Run mod list updater
run: node update-modlist.js run: node .github/scripts/update-modlist.js
- name: Commit and push changes - name: Commit and push changes
run: | run: |
@ -32,4 +32,4 @@ jobs:
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }} git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
git add README.md git add README.md
git commit -m "[NAK_CVR_Mods] Update mod list in README" || echo "No changes to commit" git commit -m "[NAK_CVR_Mods] Update mod list in README" || echo "No changes to commit"
git push git push