Merge pull request 'weird trailing newline"' (#11) from pipeline_creation into master
Some checks failed
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Failing after 10m26s
Some checks failed
Create Blog Article if new notes exist / prepare_blog_drafts_and_push (push) Failing after 10m26s
Reviewed-on: #11
This commit is contained in:
commit
e3262cd366
@ -25,7 +25,7 @@ jobs:
|
||||
- name: Create .env
|
||||
shell: bash
|
||||
run: |
|
||||
echo "TRILIUM_HOST='${{ vars.TRILIUM_HOST }}'" > .env
|
||||
echo "TRILIUM_HOST=${{ vars.TRILIUM_HOST }}" > .env
|
||||
echo "TRILIUM_PORT='${{ vars.TRILIUM_PORT }}'" >> .env
|
||||
echo "TRILIUM_PROTOCOL='${{ vars.TRILIUM_PROTOCOL }}'" >> .env
|
||||
echo "TRILIUM_PASS='${{ secrets.TRILIUM_PASS }}'" >> .env
|
||||
|
Loading…
x
Reference in New Issue
Block a user