add tracer

This commit is contained in:
Micah Jerome Ellison 2021-03-06 12:06:52 -08:00
parent 9ee519ba4d
commit 2354f2fab7

View file

@ -164,6 +164,7 @@ jobs:
- name: Create branch
run: |
echo "$(PWD)"
BRANCH_NAME="jrnl-${JRNL_VERSION}--${RANDOM}"
git remote rename origin upstream
git remote add origin "https://github.com/${BOT_REPO}.git"