Created
October 23, 2019 15:32
-
-
Save max/1fdc09ee93c1a69656e3c47ad38a770d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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