Skip to content

Commit

Permalink
explicitly configure component-name
Browse files Browse the repository at this point in the history
defaulting to repository-url will result in different component-names.
configure component-name explicitly to allow for easier debugging using
a fork.
  • Loading branch information
ccwienk committed Jan 17, 2025
1 parent 72338b8 commit 204184f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
uses: ./.github/workflows/base-component-descriptor.yaml
with:
version: ${{ needs.version.outputs.effective_version }}
component-name: 'github.com/gardener/cc-utils'
ocm-repo: ${{ needs.params.outputs.ocm_repository }}
commit-digest: ${{ needs.version.outputs.release-commit-digest }}
labels: |
Expand Down

0 comments on commit 204184f

Please sign in to comment.