mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-29 15:01:09 -04:00
Update uncivbot.yml
This commit is contained in:
parent
f19885ef7a
commit
3c2167f445
5
.github/workflows/uncivbot.yml
vendored
5
.github/workflows/uncivbot.yml
vendored
@ -11,7 +11,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
script: |
|
script: |
|
||||||
var result = await github.repos.listCommits(context.repo({ per_page: 50 }));
|
var result = await github.repos.listCommits({
|
||||||
|
owner: context.repo.owner,
|
||||||
|
repo: context.repo.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