mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 14:59:23 +00:00
This commit is contained in:
parent
68d7c22b7c
commit
dafff6a9a2
1 changed files with 5 additions and 5 deletions
10
.github/workflows/update-modlist.yml
vendored
10
.github/workflows/update-modlist.yml
vendored
|
@ -3,7 +3,7 @@ name: Update Mod List
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'scripts/update_modlist.py'
|
- 'update-modlist.js'
|
||||||
- '.github/workflows/update-modlist.yml'
|
- '.github/workflows/update-modlist.yml'
|
||||||
- 'README.md'
|
- 'README.md'
|
||||||
- '**/README.md'
|
- '**/README.md'
|
||||||
|
@ -17,13 +17,13 @@ jobs:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Node.js
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
node-version: '20'
|
||||||
|
|
||||||
- name: Run mod list updater
|
- name: Run mod list updater
|
||||||
run: python scripts/update_modlist.py
|
run: node update-modlist.js
|
||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue