File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/versioning Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,14 @@ runs:
3333 - uses : actions/checkout@v3
3434 with :
3535 fetch-depth : 0
36- - name : Install GitVersion $inputs.git-version
37- uses : gittools/actions/gitversion/setup@$inputs.git-version
36+ - name : Install GitVersion ${{ inputs.git-version }}
37+ uses : gittools/actions/gitversion/setup@${{ inputs.git-version }}
3838 with :
3939 versionSpec : $INPUT_GIT_VERSION
4040 preferLatestVersion : true
41- - name : Calculate version with GitVersion $inputs.git-version
41+ - name : Calculate version with GitVersion ${{ inputs.git-version }}
4242 id : gitversion
43- uses : gittools/actions/gitversion/execute@$inputs.git-action-version
43+ uses : gittools/actions/gitversion/execute@${{ inputs.git-action-version }}
4444 with :
4545 useConfigFile : true
4646 configFilePath : ./.gitversion/version.yml
You can’t perform that action at this time.
0 commit comments