From 6efe6f4dbe96f9ff99493efbe2815d070e078200 Mon Sep 17 00:00:00 2001 From: Hugh Simpson Date: Tue, 10 Sep 2024 09:22:28 +0100 Subject: [PATCH] argrgrg --- .github/workflows/pr-bb-updates.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-bb-updates.yml b/.github/workflows/pr-bb-updates.yml index 6798b8f..4bdc21f 100644 --- a/.github/workflows/pr-bb-updates.yml +++ b/.github/workflows/pr-bb-updates.yml @@ -39,8 +39,8 @@ jobs: #rm -rf byte-buddy #perl -pi -e "s|libs/byte-buddy-.+jar|libs/$tag.jar|" agent/build.gradle echo updated byte buddy and reference - # git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/$GITHUB_REPOSITORY - # echo set origin url to https://github.com/$GITHUB_REPOSITORY + git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.actor }}/kanela + echo set origin url to https://github.com/${{ github.actor }}/kanela git fetch git checkout "${GITHUB_HEAD_REF}" git add agent/libs agent/build.gradle