Skip to content

Commit 9ad7edf

Browse files
committed
fix: correct typo
1 parent ea7c1f9 commit 9ad7edf

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
previous-version: ${{ inputs.version-previous }}
114114
next-version: ${{ inputs.version-next }}
115-
output-format: ${{ input.version-output-format }}
115+
output-format: ${{ inputs.version-output-format }}
116116

117117
- name: set version in file
118118
uses: getdevopspro/github-actions/version-file@v2.0.0

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,7 @@ jobs:
776776
with:
777777
previous-version: ${{ inputs.version-previous }}
778778
next-version: ${{ inputs.version-next }}
779-
output-format: ${{ input.version-output-format }}
779+
output-format: ${{ inputs.version-output-format }}
780780

781781
- name: Set version in file
782782
uses: getdevopspro/github-actions/version-file@v2.0.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ jobs:
241241
with:
242242
previous-version: ${{ inputs.version-previous }}
243243
next-version: ${{ inputs.version-next }}
244-
output-format: ${{ input.version-output-format }}
244+
output-format: ${{ inputs.version-output-format }}
245245

246246
- name: Set version in file
247247
uses: getdevopspro/github-actions/version-file@v2.0.0

release-version/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ runs:
3030
with:
3131
previous-version: ${{ inputs.version-previous }}
3232
next-version: ${{ inputs.version-next }}
33-
output-format: ${{ input.version-output-format }}
33+
output-format: ${{ inputs.version-output-format }}
3434
tag: ${{ inputs.tag }}

0 commit comments

Comments
 (0)