Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDome committed Apr 5, 2024
1 parent 9263e4c commit 8129f11
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-deploy-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ on:
type: string
description: An npm package to extend the configuration with
required: false
release-folders:

Check failure on line 185 in .github/workflows/build-and-deploy-container-image.yaml

View workflow job for this annotation

GitHub Actions / megalint

185:23 [trailing-spaces] trailing spaces
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
Expand Down Expand Up @@ -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 }}

0 comments on commit 8129f11

Please sign in to comment.