Skip to content

Commit

Permalink
* Ok, should work. J:DEF-3582
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLachance committed Nov 12, 2024
1 parent dc15b98 commit 67b95b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/java-maven-openjdk-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
owner: owner,
repo: repo
});
console.log(response.data);
console.log(`Repository properties: ${JSON.stringify(response.data)}`);
const distributedProperty = response.data.find(prop => prop.property_name === 'is_distributed');
const distributedValue = distributedProperty ? distributedProperty.value : 'true';
core.setOutput('is_distributed', distributedValue);
Expand Down

0 comments on commit 67b95b6

Please sign in to comment.