mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
[NAK_CVR_Mods] trust 2
This commit is contained in:
parent
dafff6a9a2
commit
02be4ec445
1 changed files with 3 additions and 3 deletions
6
.github/workflows/update-modlist.yml
vendored
6
.github/workflows/update-modlist.yml
vendored
|
@ -3,7 +3,7 @@ name: Update Mod List
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'update-modlist.js'
|
||||
- '.github/scripts/update-modlist.js'
|
||||
- '.github/workflows/update-modlist.yml'
|
||||
- 'README.md'
|
||||
- '**/README.md'
|
||||
|
@ -23,7 +23,7 @@ jobs:
|
|||
node-version: '20'
|
||||
|
||||
- name: Run mod list updater
|
||||
run: node update-modlist.js
|
||||
run: node .github/scripts/update-modlist.js
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
|
@ -32,4 +32,4 @@ jobs:
|
|||
git remote set-url origin https://x-access-token:${{ secrets.GH_TOKEN }}@github.com/${{ github.repository }}
|
||||
git add README.md
|
||||
git commit -m "[NAK_CVR_Mods] Update mod list in README" || echo "No changes to commit"
|
||||
git push
|
||||
git push
|
Loading…
Add table
Add a link
Reference in a new issue