We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7378c commit a8cf1a0Copy full SHA for a8cf1a0
reuse/action.yml
@@ -47,7 +47,7 @@ runs:
47
id: cache-venv
48
with:
49
path: reuse-tool-venv
50
- key: setup-venv-${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-${{ steps.setup-python.outputs.python-path }}-reuse-${{ inputs.branch }}-${{ hashFiles('reuse-tool') }}
+ key: setup-venv-${{ runner.os }}-py-${{ steps.setup-python.outputs.python-version }}-${{ steps.setup-python.outputs.python-path }}-reuse-${{ inputs.branch }}-${{ hashFiles('reuse-tool/pyproject.toml', 'reuse-tool/src/**/*.py') }}
51
52
- name: Create reuse-tool Environment
53
run: python -m venv reuse-tool-venv
0 commit comments