mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-28 04:43:44 +00:00
notes on the development environment
This commit is contained in:
parent
51fac222bd
commit
601c93ef62
2 changed files with 54 additions and 2 deletions
|
@ -119,7 +119,6 @@ function finalize_options() {
|
|||
}
|
||||
|
||||
function run() {
|
||||
dependencies
|
||||
repo_login ${options[destination_repo]}
|
||||
upsert_branch
|
||||
upsert_pr
|
||||
|
@ -198,6 +197,8 @@ function main() {
|
|||
done
|
||||
}
|
||||
|
||||
dependencies
|
||||
|
||||
if echo "${@}" | grep --quiet -e '--debug' ; then
|
||||
main "${@}"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue