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:
33
33
- uses : actions/checkout@v3
34
34
with :
35
35
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 }}
38
38
with :
39
39
versionSpec : $INPUT_GIT_VERSION
40
40
preferLatestVersion : true
41
- - name : Calculate version with GitVersion $inputs.git-version
41
+ - name : Calculate version with GitVersion ${{ inputs.git-version }}
42
42
id : gitversion
43
- uses : gittools/actions/gitversion/execute@$inputs.git-action-version
43
+ uses : gittools/actions/gitversion/execute@${{ inputs.git-action-version }}
44
44
with :
45
45
useConfigFile : true
46
46
configFilePath : ./.gitversion/version.yml
You can’t perform that action at this time.
0 commit comments