From 8129f111c1efa8ca7327edf8f117c7aa7abaee1a Mon Sep 17 00:00:00 2001 From: Dominic Date: Fri, 5 Apr 2024 14:03:09 +0200 Subject: [PATCH] add config --- .github/workflows/build-and-deploy-container-image.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build-and-deploy-container-image.yaml b/.github/workflows/build-and-deploy-container-image.yaml index 7ad36b2..3509e78 100644 --- a/.github/workflows/build-and-deploy-container-image.yaml +++ b/.github/workflows/build-and-deploy-container-image.yaml @@ -182,6 +182,11 @@ on: type: string description: An npm package to extend the configuration with required: false + release-folders: + type: string + description: "Folders to run semantic-release in" + default: "." + required: false release-labels: type: string description: A comma seperated list of labels to add to a release PR @@ -600,3 +605,4 @@ jobs: auto-merge-dependabot-enabled: ${{ inputs.auto-merge-dependabot-enabled }} main-branch: ${{ inputs.main-branch }} release-extend-configuration: ${{ inputs.release-extend-configuration }} + release-folders: ${{ inputs.release-folders }}