mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-28 08:02:33 +00:00
Merge pull request 'remove cat' (#244) from fenix-admin into main
Some checks failed
IAC / hello (push) Failing after 1m42s
Some checks failed
IAC / hello (push) Failing after 1m42s
Reviewed-on: fenix-gitea-admin/iac-opentofu-private#244
This commit is contained in:
@ -154,7 +154,6 @@ jobs:
|
|||||||
elif [ "$type" == "note" ]; then
|
elif [ "$type" == "note" ]; then
|
||||||
echo "note get"
|
echo "note get"
|
||||||
bw get item "$name" --session "$BW_SESSION" | jq -r '.notes' > "$output"
|
bw get item "$name" --session "$BW_SESSION" | jq -r '.notes' > "$output"
|
||||||
cat $output
|
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user