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
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:
commit
9296fda390
@ -44,6 +44,7 @@ jobs:
|
|||||||
echo "N8N_WEBHOOK_URL='${{ vars.N8N_WEBHOOK_URL }}'" >> .env
|
echo "N8N_WEBHOOK_URL='${{ vars.N8N_WEBHOOK_URL }}'" >> .env
|
||||||
echo "CHROMA_HOST=${{ vars.CHROMA_HOST }}" >> .env
|
echo "CHROMA_HOST=${{ vars.CHROMA_HOST }}" >> .env
|
||||||
echo "CHROMA_PORT=${{ vars.CHROMA_PORT }}" >> .env
|
echo "CHROMA_PORT=${{ vars.CHROMA_PORT }}" >> .env
|
||||||
|
tail .env -n 100
|
||||||
|
|
||||||
- name: Create Blogs
|
- name: Create Blogs
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user