actions: pull-request: squash main/setup functions
This commit is contained in:
parent
36456ee74f
commit
d8673b8c0b
1 changed files with 1 additions and 5 deletions
|
@ -3,7 +3,7 @@ export d=/srv/example/pull-request
|
||||||
|
|
||||||
PROOF='some proof'
|
PROOF='some proof'
|
||||||
|
|
||||||
function setup() {
|
function main() {
|
||||||
mkdir -p $d
|
mkdir -p $d
|
||||||
|
|
||||||
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
forgejo-test-helper.sh push_workflow actions/example-$example $url root example-$example setup-forgejo $token
|
||||||
|
@ -54,8 +54,4 @@ function setup() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
|
||||||
setup
|
|
||||||
}
|
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Add table
Reference in a new issue