Skip to content

Commit

Permalink
Code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dottxado committed Feb 6, 2025
1 parent c306ef4 commit 1c00f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
git config --global user.name "${{ env.GITHUB_USER_NAME }}"
- name: Set up PHP
if: ${{ inputs.COMPOSER_DEPS_INSTALL == 'true' }}
if: ${{ inputs.COMPOSER_DEPS_INSTALL }}
uses: shivammathur/setup-php@v2
env:
COMPOSER_AUTH: '${{ secrets.COMPOSER_AUTH_JSON }}'
Expand All @@ -114,7 +114,7 @@ jobs:
coverage: none

- name: Install Composer dependencies
if: ${{ inputs.COMPOSER_DEPS_INSTALL == 'true' }}
if: ${{ inputs.COMPOSER_DEPS_INSTALL }}
uses: ramsey/composer-install@v3
with:
composer-options: '--prefer-dist'
Expand Down

0 comments on commit 1c00f07

Please sign in to comment.