From 5b0d04bf2be32e85e68fc1339000a0ea5a15543c Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sat, 27 May 2023 17:17:41 +0200 Subject: Added tgas pages --- content/notes/cronjobs-github-with-actions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 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 08dea54..13e7618 100644 --- a/content/notes/cronjobs-github-with-actions.md +++ b/content/notes/cronjobs-github-with-actions.md @@ -4,17 +4,17 @@ url: cronjobs-github-with-actions.html date: 2023-05-27T00:35:36+02:00 type: notes draft: false -tags: [github, actions] +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 +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 +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 +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. -- cgit v1.2.3