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