Compare commits

...

3 Commits

Author SHA1 Message Date
703a2384e7 Merge pull request 'sigh stray U' (#7) from pipeline_creation into master
Some checks failed
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Failing after 9m2s
Reviewed-on: #7
2025-06-04 22:30:36 +10:00
4b3f00c325 Merge branch 'master' into pipeline_creation 2025-06-04 22:29:42 +10:00
38dfe404d1 sigh stray U 2025-06-04 22:29:12 +10:00

View File

@ -24,7 +24,7 @@ jobs:
- name: Create .env
shell: bash
run: U|
run: |
echo "TRILIUM_HOST=${{ vars.TRILIUM_HOST }}" > .env
echo "TRILIUM_PORT=${{ vars.TRILIUM_PORT }}" >> .env
echo "TRILIUM_PROTOCOL=${{ vars.TRILIUM_PROTOCOL }}" >> .env