[deploy-opentofu]

This commit is contained in:
2025-09-07 22:25:29 +00:00
parent b96751a4ce
commit e24dcb720e

View File

@ -143,6 +143,8 @@ jobs:
echo "$name $type $output" echo "$name $type $output"
item_id=$(bw get item "$name" | jq -r '.id') item_id=$(bw get item "$name" | jq -r '.id')
echo "$item_id" echo "$item_id"
mkdir -p "$(dirname "$output")"
echo "dir made"
if [ "$type" == "attachment" ]; then if [ "$type" == "attachment" ]; then
echo "attachment get" echo "attachment get"
bw get attachment "$output" --itemid "$item_id" --output "$output" bw get attachment "$output" --itemid "$item_id" --output "$output"