Skip to content

Commit c24391a

Browse files
committed
Debug
1 parent 5adb8af commit c24391a

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
@@ -58,7 +58,7 @@ runs:
5858
echo "POETRY_ENV_PATH=$POETRY_ENV_PATH" >> $GITHUB_OUTPUT
5959
6060
- name: Cache Poetry environment
61-
if: ${{ inputs.use-cache == 'true' }}
61+
if: inputs.use-cache == 'true'
6262
id: cache-poetry-env
6363
uses: actions/cache@v4
6464
with:

0 commit comments

Comments
 (0)