1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-06-30 15:26:01 +02:00
cascading-pr/tests/originrepo-close-merge/upgraded

13 lines
187 B
Text
Raw Normal View History

#!/bin/bash
set -ex
destination_checkout="$1"
destination_pr_json="$2"
origin_pr_json="$3"
test -d $destination_checkout
test -f $origin_pr_json
date +%s > $destination_checkout/last