From d44aa8b192c08a28914f82f3fa8833f91d28c153 Mon Sep 17 00:00:00 2001 From: Till0196 <16399842+Till0196@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:47:33 +0900 Subject: [PATCH] test --- .github/workflows/example2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example2.yml b/.github/workflows/example2.yml index e00c275..bd4d203 100644 --- a/.github/workflows/example2.yml +++ b/.github/workflows/example2.yml @@ -16,7 +16,7 @@ jobs: # Explicit branch name needed because of: https://github.com/cloudflare/pages-action/issues/97 apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} - environment: 'preview' + environment: 'Preview' command: pages deploy example --project-name=github-actions-example --branch=main #command: pages deploy example --project-name=github-actions-example --branch=${{ github.head_ref || github.ref_name }} id: publish