From 9b00c6d3f425aa5c477e5b8e8af244766521e1e8 Mon Sep 17 00:00:00 2001 From: fenix-gitea-admin Date: Sun, 12 Oct 2025 09:12:36 +0000 Subject: [PATCH] [deploy-opentofu] [deploy-opentofu] --- .gitea/workflows/ci-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index 8356ad7..e311081 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -168,12 +168,12 @@ jobs: elif [ "$type" == "note" ]; then echo "note get" bw get item "$name" --session "$BW_SESSION" | jq -r '.notes' > "$output" - cat $output + #cat $output fi done - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v3 with: python-version: '3.11'