Enclose action step name in double quotes for consistency.
Co-authored-by: Leif Singer <git@singer.sh>
This commit is contained in:
parent
a0c965964b
commit
5da39b4ff0
|
@ -21,7 +21,7 @@ jobs:
|
|||
--location $GITHUB_API_URL/repos/${{ github.repository }}/contents/.github/workflows/scripts/assign-milestone-to-merged-pr.php
|
||||
env:
|
||||
GITHUB_API_URL: ${{ env.GITHUB_API_URL }}
|
||||
- name: Install PHP
|
||||
- name: "Install PHP"
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '7.4'
|
||||
|
|
Loading…
Reference in New Issue