mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-09 20:25:46 -04:00
Update uncivbot.yml
This commit is contained in:
parent
740f45dc78
commit
93e9693d60
4
.github/workflows/uncivbot.yml
vendored
4
.github/workflows/uncivbot.yml
vendored
@ -160,6 +160,10 @@ jobs:
|
|||||||
- run: |
|
- run: |
|
||||||
npm i @octokit/rest
|
npm i @octokit/rest
|
||||||
node .github/workflows/createChangelogEntry.js
|
node .github/workflows/createChangelogEntry.js
|
||||||
|
|
||||||
|
rm -rf node_modules # Now we need to remove extraneous node.js parts before commit
|
||||||
|
rm package-lock.json
|
||||||
|
|
||||||
- uses: EndBug/add-and-commit@v8 # You can change this to use a specific version.
|
- uses: EndBug/add-and-commit@v8 # You can change this to use a specific version.
|
||||||
with:
|
with:
|
||||||
new_branch: changelog
|
new_branch: changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user