Skip to content

Commit 15054f7

Browse files
committed
Correct syntax error in Github Actions main.yml file.
1 parent 9bcd99d commit 15054f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
steps:
117117
- name: Checkout
118118
uses: actions/[email protected]
119-
- Setup PHP
119+
- name: Setup PHP
120120
uses: nanasess/setup-php@master
121121
with:
122122
php-version: '7.4'

0 commit comments

Comments
 (0)