From 3cd35dcfa4c5ea7e1ceb66f7b10a13e2bfcb0762 Mon Sep 17 00:00:00 2001 From: fumikito Date: Thu, 20 Jul 2023 01:40:54 +0900 Subject: [PATCH] =?UTF-8?q?#50=20action.yml=E3=81=AE=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E3=81=AF=E4=B8=8D=E8=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wordpress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wordpress.yml b/.github/workflows/wordpress.yml index 4f09845..6ea69aa 100644 --- a/.github/workflows/wordpress.yml +++ b/.github/workflows/wordpress.yml @@ -47,7 +47,7 @@ jobs: - name: Install dependencies run: composer install --prefer-dist --no-progress --no-suggest - - uses: ./.github/actions/php-scoper/action.yml + - uses: ./.github/actions/php-scoper name: Do PHP Scoper if possible with: scoper: ${{ matrix.scoper }} @@ -114,7 +114,7 @@ jobs: - name: Build Package run: bash bin/build.sh - - uses: ./.github/actions/php-scoper/action.yml + - uses: ./.github/actions/php-scoper name: Do PHP Scoper with: scoper: true