Skip to content

Commit 6db07fe

Browse files
authored
Fixed typo in action names
Fixed typo in action names
2 parents 2e6bf98 + 0755f00 commit 6db07fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI for Dev
1+
name: CI for DEV
22

33
# Controls when the action will run.
44
on:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI for Dev
1+
name: CI for MAIN
22

33
# Controls when the action will run.
44
on:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI for Dev
1+
name: CI for TEST
22

33
# Controls when the action will run.
44
on:

0 commit comments

Comments
 (0)