From 56a8cf8cebd9a301064c6ef913c7819f5728361e 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:34:16 +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 e5d5e62..1877379 100644 --- a/.github/workflows/cloudflare-deploy.yml +++ b/.github/workflows/cloudflare-deploy.yml @@ -25,7 +25,7 @@ jobs: shell: bash - name: Deploy to Cloudflare if: steps.check_token.outputs.skip != 'true' - uses: ubiquity/cloudflare-deploy-action@test/cd + uses: ubiquity/cloudflare-deploy-action@main with: cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }} repository: ${{ github.repository }}