Skip to content

error fixed

error fixed #2

Workflow file for this run

name: multi event test

Check failure on line 1 in .github/workflows/multi event.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/multi event.yml

Invalid workflow file

(Line: 8, Col: 3): The identifier 'my job 1' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and must be less than 100 characters., (Line: 18, Col: 3): The identifier 'my job 2' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and must be less than 100 characters.
on:
issues:
pull_request:
jobs:
my job 1 :
runs-on: ubuntu-latest
steps:
- name: run a command
run: |
echo "REF: $GITHUB_REF"
echo "Job ID: $GITHUB_JOB"
echo "Action: $GITHUB_ACTION"
echo "Actor: $GITHUB_ACTOR"
my job 2 :
runs-on: ubuntu-latest
steps:
- name: say my name
run: echo "my name is $(whoami)"