Skip to content

Commit

Permalink
Refactor workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Feb 28, 2024
1 parent 975869c commit 6bca6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tech_radar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# Get the list of dependencies by package manager
echo -e "Extracting the dependencies of $name."
dependencies=$(gh api /repos/SRGSSR/pillarbox-android/dependency-graph/sbom 2>/dev/null)
dependencies=$(gh api /repos/$name/dependency-graph/sbom 2> /dev/null)
if [ $? -ne 0 ]; then
echo -e "$name doesn't have Dependency Graph enabled."
Expand Down

0 comments on commit 6bca6f8

Please sign in to comment.