Skip to content

Commit

Permalink
[Bugfix] More changes to .yml template
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Cheezik committed Mar 16, 2024
1 parent bdc71d3 commit d927b42
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions wiki/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d927b42

Please sign in to comment.