tail the .env so we can see it in pipelin

This commit is contained in:
armistace 2025-06-04 22:43:53 +10:00
parent 4b3f00c325
commit bb0d9090f3

View File

@ -44,6 +44,7 @@ jobs:
echo "N8N_WEBHOOK_URL='${{ vars.N8N_WEBHOOK_URL }}'" >> .env
echo "CHROMA_HOST=${{ vars.CHROMA_HOST }}" >> .env
echo "CHROMA_PORT=${{ vars.CHROMA_PORT }}" >> .env
tail .env -n 100
- name: Create Blogs
shell: bash