Enclose action step name in double quotes for consistency.

Co-authored-by: Leif Singer <git@singer.sh>
This commit is contained in:
Néstor Soriano 2021-04-16 15:48:38 +02:00 committed by GitHub
parent a0c965964b
commit 5da39b4ff0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'