From d927b42a772ba143679f0416717d37caa1229963 Mon Sep 17 00:00:00 2001 From: Cheezik <80171791+Cheezik@users.noreply.github.com> Date: Sat, 16 Mar 2024 14:49:23 +0100 Subject: [PATCH] [Bugfix] More changes to .yml template I've noticed that .md did its spacing magic AGAIN, so ive added more spaces to combat this, also ive eddited so previously invisible "segment" gets displayed propperly --- wiki/Tutorial.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wiki/Tutorial.md b/wiki/Tutorial.md index 592a63ced..03ccf0298 100644 --- a/wiki/Tutorial.md +++ b/wiki/Tutorial.md @@ -84,13 +84,14 @@ Now we will add a workflow to automatically update the summary cards. 4. **Commit changes!** Code snippet: - ```name: GitHub-Profile-Summary-Cards + ``` +name: GitHub-Profile-Summary-Cards on: - create: - schedule: # execute every 24 hours - - cron: "* */24 * * *" - workflow_dispatch: + create: + schedule: # execute every 24 hours + - cron: "* */24 * * *" + workflow_dispatch: jobs: build: