Skip to content

Create test.py

Create test.py #4

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: 4, Col: 3): Unexpected value 'pull_requestes'
on:
pull_requestes:
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"