mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-03 13:30:51 +07: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:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
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 ownerToCommits = {}
|
||||
//var reachedPreviousVersion = false
|
||||
|
Loading…
Reference in New Issue
Block a user