Skip to content

Create greetings.yml #2

Create greetings.yml

Create greetings.yml #2

Workflow file for this run

on:

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

invalid `cron` attribute "/5 * * * *"
schedule:
- cron: '/5 * * * *'
jobs:
hello_world:
runs-on: ubuntu-latest
steps:
- name: Echo current time
run: echo "The current server time is $(date)"