Skip to content

Commit d3a4077

Browse files
authoredAug 19, 2024··
Updated to dhkatz/get-version-action@v3 #62 (#63)
1 parent b065c0f commit d3a4077

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/TestModelCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
if (${{inputs.expected-exitcode}} -eq $LASTEXITCODE) {
7777
Write-Output "Finished validation with expected Exitcode: $LASTEXITCODE"
78-
Write-Output "# Finished validation with esxpected Exitcode: $LASTEXITCODE" >> $env:GITHUB_STEP_SUMMARY
78+
Write-Output "# Finished validation with expected Exitcode: $LASTEXITCODE" >> $env:GITHUB_STEP_SUMMARY
7979
exit 0
8080
}
8181
else {

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Extract version from tag
2121
id: get_version
22-
uses: battila7/get-version-action@v2
22+
uses: dhkatz/get-version-action@v3
2323

2424
call-build-workflow:
2525
uses: ./.github/workflows/Build.yml

0 commit comments

Comments
 (0)
Please sign in to comment.