mirror of
https://code.forgejo.org/actions/cascading-pr
synced 2025-03-15 14:54:40 +01:00
15 lines
224 B
Text
15 lines
224 B
Text
![]() |
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
destination_checkout="$1"
|
||
|
destination_pr_json="$2"
|
||
|
origin_checkout="$3"
|
||
|
origin_ref="$4"
|
||
|
|
||
|
test -d $destination_checkout
|
||
|
test -d $origin_checkout
|
||
|
test "$origin_ref"
|
||
|
|
||
|
date +%s > $destination_checkout/last
|