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