Skip to content

Commit e5a2561

Browse files
author
Petr Sramek
committed
fixed referencing
1 parent fa1c3e0 commit e5a2561

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/versioning/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)