mirror of
https://github.com/DeterminateSystems/update-flake-lock.git
synced 2024-12-23 13:32:07 +01:00
Add missing env vars to inputs
This commit is contained in:
parent
0829421b88
commit
4e3e886d7a
1 changed files with 2 additions and 0 deletions
|
@ -186,6 +186,7 @@ runs:
|
||||||
INPUT_BASE: ${{ inputs.base }}
|
INPUT_BASE: ${{ inputs.base }}
|
||||||
INPUT_BRANCH: ${{ inputs.branch }}
|
INPUT_BRANCH: ${{ inputs.branch }}
|
||||||
INPUT_COMMIT-MSG: ${{ inputs.commit-msg }}
|
INPUT_COMMIT-MSG: ${{ inputs.commit-msg }}
|
||||||
|
INPUT_COMMIT-MSG-TEMPLATE: ${{ inputs.commit-msg-template }}
|
||||||
INPUT_GIT-AUTHOR-EMAIL: ${{ inputs.git-author-email }}
|
INPUT_GIT-AUTHOR-EMAIL: ${{ inputs.git-author-email }}
|
||||||
INPUT_GIT-AUTHOR-NAME: ${{ inputs.git-author-name }}
|
INPUT_GIT-AUTHOR-NAME: ${{ inputs.git-author-name }}
|
||||||
INPUT_GIT-COMMITTER-EMAIL: ${{ inputs.git-committer-email }}
|
INPUT_GIT-COMMITTER-EMAIL: ${{ inputs.git-committer-email }}
|
||||||
|
@ -199,6 +200,7 @@ runs:
|
||||||
INPUT_FLAKE-DIRS: ${{ inputs.flake-dirs }}
|
INPUT_FLAKE-DIRS: ${{ inputs.flake-dirs }}
|
||||||
INPUT_PR-ASSIGNEES: ${{ inputs.pr-assignees }}
|
INPUT_PR-ASSIGNEES: ${{ inputs.pr-assignees }}
|
||||||
INPUT_PR-BODY: ${{ inputs.pr-body }}
|
INPUT_PR-BODY: ${{ inputs.pr-body }}
|
||||||
|
INPUT_PR-BODY-TEMPLATE: ${{ inputs.pr-body-template }}
|
||||||
INPUT_PR-LABELS: ${{ inputs.pr-labels }}
|
INPUT_PR-LABELS: ${{ inputs.pr-labels }}
|
||||||
INPUT_PR-REVIEWERS: ${{ inputs.pr-reviewers }}
|
INPUT_PR-REVIEWERS: ${{ inputs.pr-reviewers }}
|
||||||
INPUT_PR-TITLE: ${{ inputs.pr-title }}
|
INPUT_PR-TITLE: ${{ inputs.pr-title }}
|
||||||
|
|
Loading…
Reference in a new issue