Skip to content

Commit

Permalink
Fix assembly branch name for dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
tsdicloud committed Sep 4, 2023
1 parent 7644465 commit 77aa368
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nmc-custom-app-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,10 @@ jobs:
composerdep:
strategy:
fail-fast: false
matrix:
custombase: [ "main" ]
uses: ./.github/workflows/nmc-custom-oidc-composer.yml
needs: assemble-custom
with:
assembly: ${{ format('customisation-{0}-{1}', github.actor, matrix.custombase) }}
assembly: ${{ format('customisation-{0}-{1}', inputs.branch, inputs.increment) }}
secrets: inherit

build-custom:
Expand Down

0 comments on commit 77aa368

Please sign in to comment.