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 5adb8af commit c24391aCopy full SHA for c24391a
.github/actions/python-environment/action.yml
@@ -58,7 +58,7 @@ runs:
58
echo "POETRY_ENV_PATH=$POETRY_ENV_PATH" >> $GITHUB_OUTPUT
59
60
- name: Cache Poetry environment
61
- if: ${{ inputs.use-cache == 'true' }}
+ if: inputs.use-cache == 'true'
62
id: cache-poetry-env
63
uses: actions/cache@v4
64
with:
0 commit comments