Skip to content

Commit

Permalink
:'(
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Sep 10, 2024
1 parent 746b2d1 commit 47ead12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-bb-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
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 fetch
git checkout "${GITHUB_HEAD_REF}"
git add agent/libs agent/build.gradle
git config --global user.name "GitHub Actions"
Expand Down

0 comments on commit 47ead12

Please sign in to comment.