From 0002fec1e03e8ae128ef802a13aa9601f79d4c63 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:41:18 +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 1877379..07dc650 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: ${{ env.GITHUB_REF_NAME }} + current_branch: ${{ github.ref_name }} # env: # Add any environment variables you need to pass along here # SUPABASE_URL: ${{ secrets.SUPABASE_URL }}