We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57fff2b commit af42bbcCopy full SHA for af42bbc
.github/actions/python-environment/action.yml
@@ -57,7 +57,7 @@ runs:
57
echo "ImageOS=$ImageOS"
58
echo "ImageVersion=$ImageVersion"
59
POETRY_ENV_PATH=$(poetry config virtualenvs.path)
60
- POETRY_SHA=$((sha256sum poetry.lock | awk '{print $1}') #Remove trailing filename
+ POETRY_SHA=$(sha256sum poetry.lock | awk '{print $1}') #Remove trailing filename
61
echo "POETRY_ENV_PATH=$POETRY_ENV_PATH" >> $GITHUB_OUTPUT
62
echo "IMAGE_OS=$ImageOS" >> $GITHUB_OUTPUT
63
echo "IMAGE_VERSION=$ImageVersion" >> $GITHUB_OUTPUT
0 commit comments