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'