Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2021-01-20 22:48:47 +02:00 committed by GitHub
parent def0ebc147
commit f19885ef7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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