correct pipeline titles

This commit is contained in:
armistace 2025-06-04 21:59:33 +10:00
parent 59f9f01c69
commit 49174de9ff

View File

@ -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