mirror of https://github.com/status-im/consul.git
chore(ci): fix backport assistant branch creation race (#17249)
This commit is contained in:
parent
861a8151d5
commit
5e4b736b70
|
@ -19,7 +19,7 @@ jobs:
|
||||||
backport:
|
backport:
|
||||||
if: github.event.pull_request.merged
|
if: github.event.pull_request.merged
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: hashicorpdev/backport-assistant:0.3.0
|
container: hashicorpdev/backport-assistant:0.3.3
|
||||||
steps:
|
steps:
|
||||||
- name: Run Backport Assistant for release branches
|
- name: Run Backport Assistant for release branches
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue