From ca49509e2666bf305766ecbadd33fe29d2689ee9 Mon Sep 17 00:00:00 2001 From: Till0196 <16399842+Till0196@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:39:02 +0900 Subject: [PATCH] test --- .github/workflows/example2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/example2.yml b/.github/workflows/example2.yml index 924a7f3..71245d1 100644 --- a/.github/workflows/example2.yml +++ b/.github/workflows/example2.yml @@ -14,10 +14,10 @@ jobs: uses: cloudflare/wrangler-action@v3 with: # Explicit branch name needed because of: https://github.com/cloudflare/pages-action/issues/97 - branch: ${{ github.head_ref || github.ref_name }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} environment: 'production' - command: pages deploy example --project-name=github-actions-example --branch=main + command: pages deploy example --project-name=github-actions-example --branch=develop + #command: pages deploy example --project-name=github-actions-example --branch=${{ github.head_ref || github.ref_name }} id: publish