Skip to content

Commit 863a9aa

Browse files
committed
Fix step name in extension workflow
1 parent 7d5c246 commit 863a9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
- name: Checkout
5959
uses: actions/checkout@v4
6060

61-
- name: Build PHP
61+
- name: Build PHP Extension
6262
id: build
6363
shell: pwsh
6464
env:

0 commit comments

Comments
 (0)