Skip to content

Commit

Permalink
fix: ambiguous redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Aug 26, 2024
1 parent 3f72b1b commit 5a4adcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uv python install ${{ matrix.python-version }}
uv python pin ${{ matrix.python-version }}
uv lock
echo "PY=$(uv run python -VV | shasum -a 256 | cut -d' ' -f1)" >> $GIHUB_OUPUT
echo "PY=$(uv run python -VV | shasum -a 256 | cut -d' ' -f1)" >> $env:GIHUB_OUPUT
- name: Restore uv cache
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uv python install ${{ env.PYTHON_VERSION }}
uv python pin ${{ env.PYTHON_VERSION }}
uv lock
echo "PY=$(uv run python -VV | shasum -a 256 | cut -d' ' -f1)" >> $GIHUB_OUPUT
echo "PY=$(uv run python -VV | shasum -a 256 | cut -d' ' -f1)" >> $env:GIHUB_OUPUT
- name: Restore uv cache
uses: actions/cache@v4
Expand Down

0 comments on commit 5a4adcf

Please sign in to comment.