mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-26 21:35:14 -04:00
Update uncivbot.yml
This commit is contained in:
parent
def0ebc147
commit
f19885ef7a
2
.github/workflows/uncivbot.yml
vendored
2
.github/workflows/uncivbot.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
var result = await context.github.repos.listCommits(context.repo({ per_page: 50 }));
|
var result = await github.repos.listCommits(context.repo({ per_page: 50 }));
|
||||||
//var commitSummary = "";
|
//var commitSummary = "";
|
||||||
//var ownerToCommits = {}
|
//var ownerToCommits = {}
|
||||||
//var reachedPreviousVersion = false
|
//var reachedPreviousVersion = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user