mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-30 13:53:43 +00:00
do nothing if nothing is pushed
Fixes: https://code.forgejo.org/actions/cascading-pr/issues/6
This commit is contained in:
parent
bc706e42b6
commit
a449a6e6f5
6 changed files with 104 additions and 44 deletions
|
@ -7,7 +7,6 @@ destination_pr_json="$2"
|
|||
origin_pr_json="$3"
|
||||
|
||||
test -d $destination_checkout
|
||||
test -f $destination_pr_json
|
||||
test -f $origin_pr_json
|
||||
|
||||
date +%s > $destination_checkout/last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue