Merge pull request 'remove cat' (#244) from fenix-admin into main
Some checks failed
IAC / hello (push) Failing after 1m42s

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#244
This commit is contained in:
2025-09-08 14:57:04 +00:00

View File

@ -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