Skip to content

Commit af42bbc

Browse files
committed
Fixed generation of sha
1 parent 57fff2b commit af42bbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/python-environment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
echo "ImageOS=$ImageOS"
5858
echo "ImageVersion=$ImageVersion"
5959
POETRY_ENV_PATH=$(poetry config virtualenvs.path)
60-
POETRY_SHA=$((sha256sum poetry.lock | awk '{print $1}') #Remove trailing filename
60+
POETRY_SHA=$(sha256sum poetry.lock | awk '{print $1}') #Remove trailing filename
6161
echo "POETRY_ENV_PATH=$POETRY_ENV_PATH" >> $GITHUB_OUTPUT
6262
echo "IMAGE_OS=$ImageOS" >> $GITHUB_OUTPUT
6363
echo "IMAGE_VERSION=$ImageVersion" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)