mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-30 22:03:44 +00:00
update merge
This commit is contained in:
parent
c87d693481
commit
b89d03dbb7
3 changed files with 43 additions and 9 deletions
|
@ -1,5 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
destination="$1"
|
||||
set -ex
|
||||
|
||||
date +%s > $destination/last
|
||||
destination_checkout="$1"
|
||||
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