File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments