Skip to content

Create greetings.yml #3

Create greetings.yml

Create greetings.yml #3

Workflow file for this run

name: Run job every 5 minutes

Check failure on line 1 in .github/workflows/schedule.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/schedule.yml

Invalid workflow file

`schedule` accepts a list of one or more maps with the `cron` key set
on:
schedule:
# - cron: '*/5 * * * *'
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Echo current time
run: echo "The current server time is $(date)"