cloudflare / pages-action

MIT License
440 stars 91 forks source link

GitHub Actions failing on run #109

Closed multipletwigs closed 6 months ago

multipletwigs commented 6 months ago

Hi there! Upon deploying through pages-action this particular error occured but upon triggering a rebuild, it seems to retrieve the action correctly. Just wondering if anyone knows why the action failed on this particular run?

Run cloudflare/pages-action@v1.5.0
  with:
    apiToken: ***
    accountId: ***
    projectName: redacted
    branch: main
    directory: ./.vercel/output/static
    gitHubToken: ***
    wranglerVersion: [2](<repo-url>/actions/runs/7270827555/job/19810495141#step:6:2)
/runner/_work/_actions/cloudflare/pages-action/v1.5.0/index.js:5857
          const error = new requestError.RequestError(toErrorMessage(data), status, {
                        ^

RequestError [HttpError]: No ref found for: 
    at /runner/_work/_actions/cloudflare/pages-action/v1.5.0/index.js:5857:25
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async createGitHubDeployment (/runner/_work/_actions/cloudflare/pages-action/v1.5.0/index.js:22110:2[4](<repo-url>/actions/runs/7270827555/job/19810495141#step:6:4))