Update file(s) from wp-cli/.github

This commit is contained in:
schlessera 2022-01-13 06:28:54 +00:00
parent 92b58f5f74
commit efd0c6db60
3 changed files with 5 additions and 5 deletions

View file

@ -41,7 +41,7 @@ jobs:
if: steps.check_composer_file.outputs.files_exists == 'true'
uses: "ramsey/composer-install@v2"
env:
COMPOSER_ROOT_VERSION: 'dev-main'
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
- name: Check existence of vendor/bin/parallel-lint file
id: check_linter_file
@ -80,7 +80,7 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
uses: "ramsey/composer-install@v2"
env:
COMPOSER_ROOT_VERSION: 'dev-main'
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
- name: Check existence of vendor/bin/phpcs file
id: check_phpcs_binary_file

View file

@ -44,7 +44,7 @@ jobs:
if: steps.check_composer_file.outputs.files_exists == 'true'
uses: "ramsey/composer-install@v2"
env:
COMPOSER_ROOT_VERSION: 'dev-main'
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
- name: Configure git user
run: |

View file

@ -47,7 +47,7 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
uses: "ramsey/composer-install@v2"
env:
COMPOSER_ROOT_VERSION: 'dev-main'
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
- name: Setup problem matcher to provide annotations for PHPUnit
if: steps.check_files.outputs.files_exists == 'true'
@ -138,7 +138,7 @@ jobs:
if: steps.check_files.outputs.files_exists == 'true'
uses: "ramsey/composer-install@v2"
env:
COMPOSER_ROOT_VERSION: 'dev-main'
COMPOSER_ROOT_VERSION: dev-${{ github.event.repository.default_branch }}
- name: Start MySQL server
if: steps.check_files.outputs.files_exists == 'true'