From ad2564c06278f26871b87a55bb566c3643381b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A2=E3=83=AC=E3=82=AF=E3=82=B5=E3=83=B3=E3=83=80?= =?UTF-8?q?=E3=83=BC=2Eeth?= Date: Tue, 20 Feb 2024 03:33:38 +0900 Subject: [PATCH] chore: bump ci --- .github/workflows/cloudflare-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml index d4cbcc8..e5d5e62 100644 --- a/.github/workflows/cloudflare-deploy.yml +++ b/.github/workflows/cloudflare-deploy.yml @@ -31,7 +31,7 @@ jobs: repository: ${{ github.repository }} production_branch: ${{ github.event.repository.default_branch }} output_directory: "dist" - current_branch: ${{ github.event_name == 'push' && github.ref == 'refs/heads/${{ github.head_ref }}' }} + current_branch: ${{ env.GITHUB_REF_NAME }} # env: # Add any environment variables you need to pass along here # SUPABASE_URL: ${{ secrets.SUPABASE_URL }}