From 49174de9ffdd2fac8b73c5cc4fb8f0e58c540c8c Mon Sep 17 00:00:00 2001 From: armistace Date: Wed, 4 Jun 2025 21:59:33 +1000 Subject: [PATCH] correct pipeline titles --- .gitea/workflows/deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 89621b1..fce898a 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Execute ML Knowledgebase update +name: Create Blog Article if new notes exist on: schedule: - cron: "15 3 * * *" @@ -6,7 +6,7 @@ on: branches: - master jobs: - update_knowledgebase: + prepare_blog_drafts_and_push: runs-on: ubuntu-latest steps: - name: Checkout repository @@ -24,7 +24,7 @@ jobs: - name: Create .env shell: bash - run: | + run: U| echo "TRILIUM_HOST=${{ vars.TRILIUM_HOST }}" > .env echo "TRILIUM_PORT=${{ vars.TRILIUM_PORT }}" >> .env echo "TRILIUM_PROTOCOL=${{ vars.TRILIUM_PROTOCOL }}" >> .env