Fix PHP build name.
This commit is contained in:
parent
0ba1cbbb82
commit
533b5f5aa1
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
php:
|
||||
needs: marshall
|
||||
name: PHP Core
|
||||
name: PHP
|
||||
uses: ./.github/workflows/php.yml
|
||||
secrets: inherit
|
||||
permissions:
|
||||
|
|
|
|||
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build PHP Core
|
||||
name: Build PHP
|
||||
|
||||
on:
|
||||
workflow_call:
|
||||
|
|
|
|||
Loading…
Reference in a new issue