diff --git a/.github/workflows/cloudflare-deploy.yml b/.github/workflows/cloudflare-deploy.yml index 337bf61..96135d2 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@main + uses: ubiquity/cloudflare-deploy-action@test/cd with: cloudflare_api_token: ${{ secrets.CLOUDFLARE_API_TOKEN }} repository: ${{ github.repository }}