Skip to content

EVENT_DEMO

EVENT_DEMO #7

Workflow file for this run

name: EVENT_DEMO
on:
pull_request:
types: [opened, closed]
workflow_dispatch:
jobs:
deploy:
runs_on: ubuntu_latest

Check failure on line 8 in .github/workflows/event_type.yml

View workflow run for this annotation

GitHub Actions / EVENT_DEMO

Invalid workflow file

The workflow is not valid. .github/workflows/event_type.yml (Line: 8, Col: 5): Unexpected value 'runs_on' .github/workflows/event_type.yml (Line: 11, Col: 14): Unrecognized named-value: 'gihub'. Located at position 8 within expression: toJSON(gihub.event)
steps:
- name: josn event
run: echo "run ${{toJSON(gihub.event)}}"
- name: get code
uses: actions/checkout@v4
- name: installdependency
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install opencv
run: pip install opencv-python
- name: check python version
run: python --version