mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-06 07:31:26 +07:00
Update uncivbot.yml
This commit is contained in:
parent
43577625e9
commit
c6c5bffafd
3
.github/workflows/uncivbot.yml
vendored
3
.github/workflows/uncivbot.yml
vendored
@ -58,7 +58,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/github-script@v3
|
||||
with:
|
||||
github-token: ${{secrets.GITHUB_TOKEN}}
|
||||
github-token: ${{secrets.ACTIONS_ACCESS_TOKEN}}
|
||||
script: |
|
||||
async function branchExists(branchName) {
|
||||
try {
|
||||
@ -131,6 +131,7 @@ jobs:
|
||||
repo: context.repo.repo,
|
||||
pull_number: pr.number,
|
||||
merge_method: "squash" })
|
||||
console.log("Merged #"+pr.number+", "+pr.title)
|
||||
} catch (err) {
|
||||
console.log(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user