From e44c46f5c6dacbdb0ff452c99e6c054f7ca8d0dd Mon Sep 17 00:00:00 2001 From: auooru Date: Tue, 7 Nov 2023 09:48:22 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 6 +++--- .github/workflows/phpcs.yml | 4 ++-- .github/workflows/phpstan.yml | 4 ++-- .github/workflows/rector.yml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66be3d5f8..777da5fa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: restore-keys: | ${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}- ${{ runner.os }}-composer- - - name: Prepare + - name: Prepare2 uses: ./.github/actions/ci-prepare with: env: ${{ env.ENV_SERVICE }} @@ -128,7 +128,7 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Prepare#1 + - name: Prepare1 run: | echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV} mkdir -p /tmp/base_cache/composer @@ -140,7 +140,7 @@ jobs: restore-keys: | ${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}- ${{ runner.os }}-composer- - - name: Prepare + - name: Prepare2 uses: ./.github/actions/ci-prepare with: env: ${{ env.ENV_SERVICE }} diff --git a/.github/workflows/phpcs.yml b/.github/workflows/phpcs.yml index 7225155a6..0fad23585 100644 --- a/.github/workflows/phpcs.yml +++ b/.github/workflows/phpcs.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Prepare#1 + - name: Prepare1 run: | echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV} mkdir -p /tmp/base_cache/composer @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-phpcsfixer-${{ env.IMAGE_VERSION }}- ${{ runner.os }}-phpcsfixer- - - name: Prepare + - name: Prepare2 run: | echo "::group::Env prepare" docker-compose -f ./.github/docker-compose.yml up -d ${ENV_SERVICE} diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index 1b3a46e43..c5983fdc2 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Prepare#1 + - name: Prepare1 run: | echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV} mkdir -p /tmp/base_cache/composer @@ -45,7 +45,7 @@ jobs: ${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}- ${{ runner.os }}-composer- - - name: Prepare + - name: Prepare2 run: | echo "::group::Env prepare" docker-compose -f ./.github/docker-compose.yml up -d ${ENV_SERVICE} diff --git a/.github/workflows/rector.yml b/.github/workflows/rector.yml index 984e4a073..0cfcf5c63 100644 --- a/.github/workflows/rector.yml +++ b/.github/workflows/rector.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Prepare#1 + - name: Prepare1 run: | echo "REPOSITORY_OWNER=${REPOSITORY_OWNER,,}" >>${GITHUB_ENV} mkdir -p /tmp/base_cache/composer @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}-composer-${{ env.IMAGE_VERSION }}- ${{ runner.os }}-composer- - - name: Prepare#2 + - name: Prepare2 run: | echo "::group::Env prepare" docker-compose -f ./.github/docker-compose.yml up -d ${ENV_SERVICE}