Skip to content

Instantly share code, notes, and snippets.

@max
Created October 23, 2019 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save max/1fdc09ee93c1a69656e3c47ad38a770d to your computer and use it in GitHub Desktop.
Save max/1fdc09ee93c1a69656e3c47ad38a770d to your computer and use it in GitHub Desktop.
name: My Cron Action
on:
schedule:
- cron: '*/15 * * * *'
jobs:
hello:
runs-on: ubuntu-latest
steps:
# If you need access to the source code of the repo
- uses: actions/checkout@v1
- runs: echo hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment