From 323d2d9d8df171cd421b9950d7dad54f4e948db7 Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Sat, 20 Jul 2024 16:14:44 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20=E3=83=96=E3=83=A9=E3=83=B3=E3=83=81?= =?UTF-8?q?=E6=8C=87=E5=AE=9A=E3=82=92=20env=20=E3=81=8B=E3=82=89=E3=82=AA?= =?UTF-8?q?=E3=83=97=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=A7=E3=81=AE=E6=8C=87?= =?UTF-8?q?=E5=AE=9A=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wc-deploy-cloudflare-pages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index c92e8c7..324e600 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -67,9 +67,7 @@ jobs: with: apiToken: ${{ secrets.cloudflare-api-token }} accountId: ${{ secrets.cloudflare-account-id }} - command: pages deploy ./dist --project-name=${{ inputs.project-name }} - env: - CF_PAGES_BRANCH: ${{ inputs.branch }} + command: pages deploy ./dist --project-name=${{ inputs.project-name }} --branch=${{ inputs.branch }} # https://github.com/marketplace/actions/lighthouse-check - name: Lighthouse