We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config
1 parent 2d86a1d commit ae69b7fCopy full SHA for ae69b7f
1 file changed
.github/workflows/release-please-standard.yaml
@@ -22,6 +22,12 @@ on:
22
required: false
23
type: string
24
default: simple
25
+ config:
26
+ description: >-
27
+ The `release-please` compatible config file location within repository.
28
+ required: false
29
+ type: string
30
+ default: ""
31
32
jobs:
33
release-please:
@@ -39,3 +45,4 @@ jobs:
39
45
with:
40
46
token: ${{ steps.github_app.outputs.token }}
41
47
release-type: ${{ inputs.type }}
48
+ config-file: ${{ inputs.config }}
0 commit comments