mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-11-24 01:20:56 -05:00
8 lines
188 B
Bash
Executable file
8 lines
188 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
test -d $d/fork-org/pull_request/opened
|
|
test -d $d/fork-org/pull_request_target/opened
|
|
test -d $d/root/pull_request/opened
|
|
test -d $d/root/pull_request_target/opened
|