mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 12:17:17 +03:00
[FORGEJO] allow pull requests to cascade
This commit is contained in:
parent
1917d803a8
commit
d2f408d683
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ set -ex
|
|||
|
||||
setup_forgejo=$1
|
||||
setup_forgejo_pr=$2
|
||||
runner_pr=$3
|
||||
runner=$3
|
||||
runner_pr=$4
|
||||
|
||||
url=$(jq --raw-output .head.repo.html_url < $runner_pr)
|
||||
test "$url" != null
|
||||
|
|
Loading…
Reference in a new issue