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 07cae39 commit c5fdb88Copy full SHA for c5fdb88
.github/workflows/python-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/cache@v4
26
with:
27
path: ~/.cache/pip
28
- key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${{ GITHUB_REF }}
+ key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('poetry.lock') }}-${{ github.ref }}
29
restore-keys: |
30
${{ runner.os }}-pip-
31
${{ runner.os }}-
0 commit comments