Merge pull request '[deploy-opentofu]' (#290) from fenix-admin into dev

Reviewed-on: fenix-gitea-admin/iac-opentofu-private#290
This commit is contained in:
2025-10-12 09:13:12 +00:00

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'