Skip to content

Create test.py

Create test.py #7

Workflow file for this run

name: hello world

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

View workflow run for this annotation

GitHub Actions / .github/workflows/hellow.yml

Invalid workflow file

(Line: 6, Col: 7): Required property is missing: cron
on:
workflow_dispatch:
schedule:
- corn : "*/2 * * * *"
pull_request:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
name: my-job
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: hello
run: |
echo "REF: $GITHUB_REF"
echo "Job ID: $GITHUB_JOB"
echo "Action: $GITHUB_ACTION"
echo "Actor: $GITHUB_ACTOR"