Skip to content

Commit

Permalink
incoherent screeching
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsimpson committed Sep 10, 2024
1 parent 0bafd4f commit e568316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-bb-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
java-version: 8
- name: Rebuild byte-buddy if version has changed
run: |
if [ 'byte-buddy-tag' = $(git diff --diff-filter=d --name-only master -- 'byte-buddy-tag' agent/libs | xargs) ]
if [ 'byte-buddy-tag' = $(git diff --diff-filter=d --name-only origin/master -- 'byte-buddy-tag' agent/libs | xargs) ]
then
echo Byte Buddy tag was updated
tag=$(cat byte-buddy-tag)
Expand Down

0 comments on commit e568316

Please sign in to comment.