diff --git a/.gitea/workflows/ci-test.yaml b/.gitea/workflows/ci-test.yaml index f40cff4..996d193 100644 --- a/.gitea/workflows/ci-test.yaml +++ b/.gitea/workflows/ci-test.yaml @@ -154,7 +154,6 @@ jobs: elif [ "$type" == "note" ]; then echo "note get" bw get item "$name" --session "$BW_SESSION" | jq -r '.notes' > "$output" - cat $output fi done