From 503eef72414e7e25c39f02ac25528390df7fc324 Mon Sep 17 00:00:00 2001 From: phi Date: Tue, 27 Aug 2024 00:02:07 +0900 Subject: [PATCH] fix: ambiguous redirect --- .github/workflows/check.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index fb0d1df..4d8c5f6 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -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)" >> "$GIHUB_OUTPUT" - name: Restore uv cache uses: actions/cache@v4 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 909bb59..7345d68 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -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)" >> "$GIHUB_OUTPUT" - name: Restore uv cache uses: actions/cache@v4