Merge pull request 'tail the .env so we can see it in pipelin' (#8) from pipeline_creation into master
Some checks failed
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Failing after 9m5s

Reviewed-on: #8
This commit is contained in:
armistace 2025-06-04 22:44:14 +10:00
commit 9296fda390

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