mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 22:44:38 +07:00
I think I found the conflict - checkout ref!
This commit is contained in:
parent
b4b73336b3
commit
d0a4111d84
7
.github/workflows/uncivbot.yml
vendored
7
.github/workflows/uncivbot.yml
vendored
@ -55,14 +55,15 @@ jobs:
|
||||
|
||||
# Even though the PR was "merged", the head is still not updated - takes Github a while longer
|
||||
# Since there's no simple way to poll for this, we just wait
|
||||
- uses: GuillaumeFalourd/wait-sleep-action@v1
|
||||
with:
|
||||
time: '15' # In seconds
|
||||
# - uses: GuillaumeFalourd/wait-sleep-action@v1
|
||||
# with:
|
||||
# time: '60' # In seconds
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with: # Required for triggering the deploy on tags added by this automation
|
||||
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
|
||||
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
|
||||
ref: master # By default will checkout *the version at time of trigger* which does *not* contain the PR we just merged!
|
||||
|
||||
- uses: actions/setup-node@v2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user