[deploy-opentofu]

[deploy-opentofu]
This commit is contained in:
2025-10-12 09:12:36 +00:00
parent 7c1d265e75
commit 9b00c6d3f4

View File

@ -168,12 +168,12 @@ 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 #cat $output
fi fi
done done
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v3
with: with:
python-version: '3.11' python-version: '3.11'