Skip to content

Commit 334be07

Browse files
authored
with fix
1 parent 2c9f69d commit 334be07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/multi event.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
jobs:
8-
my job 1 :
8+
my_job_1 :
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: run a command
@@ -15,7 +15,7 @@ jobs:
1515
echo "Action: $GITHUB_ACTION"
1616
echo "Actor: $GITHUB_ACTOR"
1717
18-
my job 2 :
18+
my_job_2 :
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: say my name

0 commit comments

Comments
 (0)