We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b065c0f commit d3a4077Copy full SHA for d3a4077
.github/workflows/TestModelCheck.yml
@@ -75,7 +75,7 @@ jobs:
75
76
if (${{inputs.expected-exitcode}} -eq $LASTEXITCODE) {
77
Write-Output "Finished validation with expected Exitcode: $LASTEXITCODE"
78
- Write-Output "# Finished validation with esxpected Exitcode: $LASTEXITCODE" >> $env:GITHUB_STEP_SUMMARY
+ Write-Output "# Finished validation with expected Exitcode: $LASTEXITCODE" >> $env:GITHUB_STEP_SUMMARY
79
exit 0
80
}
81
else {
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Extract version from tag
21
id: get_version
22
- uses: battila7/get-version-action@v2
+ uses: dhkatz/get-version-action@v3
23
24
call-build-workflow:
25
uses: ./.github/workflows/Build.yml
0 commit comments