Skip to content

Commit

Permalink
fix: Dependency graph exclude projects
Browse files Browse the repository at this point in the history
Fix the dependency graph exclude projects to be a list.
  • Loading branch information
diareuse committed Dec 18, 2024
1 parent 77a5971 commit f874cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: diareuse/movie-metropolis/.github/actions/android@master
- uses: gradle/actions/dependency-submission@v4
with:
dependency-graph-exclude-projects: ':buildSrc', 'movie-metropolis'
dependency-graph-exclude-projects: 'movie-metropolis'
dependency-graph-exclude-configurations: '.*[Tt]est(Compile|Runtime)Classpath'
dependency-resolution-task: assemble
build-scan-publish: true
Expand Down

0 comments on commit f874cc0

Please sign in to comment.