Skip to content

Commit

Permalink
Fixed dependency graph submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
lreimer committed Dec 2, 2024
1 parent bfbca92 commit 5bef42f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openai-chat-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,8 @@ jobs:
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md
- name: Generate and submit dependency graph
uses: gradle/actions/dependency-submission@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
with:
# The gradle project is not in the root of the repository.
build-root-directory: openai-chat-service
# By default, failure to generate a dependency graph will cause the workflow to fail
dependency-graph-continue-on-failure: true

0 comments on commit 5bef42f

Please sign in to comment.