mirror of
https://code.forgejo.org/actions/setup-forgejo
synced 2025-03-15 14:44:38 +01: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
|