Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: pSchlarb <p.schlarb@esatus.com>
  • Loading branch information
pSchlarb authored and WadeBarnes committed Oct 19, 2022
1 parent 1f5e135 commit f0593de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/actions/get-release-info/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ runs:
echo "isVersionBump=${isVersionBump}" >> $GITHUB_OUTPUT
echo "::group::DEBUG"
echo "name=version::${version}"
echo "name=versionTag::${versionTag}"
echo "name=isRC::${isRC}"
echo "name=component::${component}"
echo "name=prBranch::${prBranch}"
echo "name=isVersionBump::${isVersionBump}"
echo "version::${version}"
echo "versionTag::${versionTag}"
echo "isRC::${isRC}"
echo "component::${component}"
echo "prBranch::${prBranch}"
echo "isVersionBump::${isVersionBump}"
echo "::endgroup::"
8 changes: 4 additions & 4 deletions .github/actions/set-version/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ runs:
fi
# Set Outputs ...
echo "name=targetReleaseVer=${targetReleaseVer}" >> $GITHUB_OUTPUT
echo "name=upstreamVer=${upstreamVer}" >> $GITHUB_OUTPUT
echo "name=pkgVer=${pkgVer}" >> $GITHUB_OUTPUT
echo "targetReleaseVer=${targetReleaseVer}" >> $GITHUB_OUTPUT
echo "upstreamVer=${upstreamVer}" >> $GITHUB_OUTPUT
echo "pkgVer=${pkgVer}" >> $GITHUB_OUTPUT
echo "::group:DEBUG"
echo "::group::DEBUG"
echo "Target Release version: ${targetReleaseVer}"
echo "PyPI Release version: ${upstreamVer}"
echo "Debian Release version: ${pkgVer}"
Expand Down

0 comments on commit f0593de

Please sign in to comment.