mirror of
https://code.forgejo.org/actions/cascading-pr.git
synced 2025-06-27 20:33:44 +00:00
prefix the logs with a marker for debug
This commit is contained in:
parent
b89d03dbb7
commit
ff91240ee5
2 changed files with 6 additions and 3 deletions
|
@ -5,6 +5,7 @@ set -e
|
|||
|
||||
SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
TMPDIR=/tmp/cascading-pr-test
|
||||
mkdir -p $TMPDIR
|
||||
source $SELF_DIR/../cascading-pr-lib.sh
|
||||
|
||||
function push_self() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue