Skip to content

Commit

Permalink
argrgrg
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Sep 10, 2024
1 parent 52fb8b0 commit 6efe6f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-bb-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6efe6f4

Please sign in to comment.