From 8697555125c57ae64a0c9b78514b4aac4fd523de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 27 Jun 2023 14:50:20 +0200 Subject: Massive formatting and added figcaption --- content/notes/cronjobs-github-with-actions.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'content/notes/cronjobs-github-with-actions.md') diff --git a/content/notes/cronjobs-github-with-actions.md b/content/notes/cronjobs-github-with-actions.md index 13e7618..4ae2f71 100644 --- a/content/notes/cronjobs-github-with-actions.md +++ b/content/notes/cronjobs-github-with-actions.md @@ -7,17 +7,16 @@ draft: false tags: [github] --- -In the root of your repository create a folder `.github/workflows` and -in that folder create a file a file `cron.yaml`. This file can be named -whatever you wish. But it has to be a `yaml` file. +In the root of your repository create a folder `.github/workflows` and in that +folder create a file a file `cron.yaml`. This file can be named whatever you +wish. But it has to be a `yaml` file. -File below (`.github/workflows/cron.yaml`) describes an action that will -trigger every six hours and it will curl example.com. - -However. Be sure that you have enough credits. Free account is not that -generous with the minutes they give you for free. Check more about -GitHub Actions usage on their website https://docs.github.com/en/actions. +File below (`.github/workflows/cron.yaml`) describes an action that will trigger +every six hours and it will curl example.com. +However. Be sure that you have enough credits. Free account is not that generous +with the minutes they give you for free. Check more about GitHub Actions usage +on their website https://docs.github.com/en/actions. ```yaml # .github/workflows/cron.yaml -- cgit v1.2.3