cloudflare / pages-action

MIT License
468 stars 95 forks source link

Undefined error with project.production_branch #36

Closed ghostdevv closed 1 year ago

ghostdevv commented 1 year ago

When running the action I get the following error:

Run cloudflare/pages-action@v1.2.0
(node:1948) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
/home/runner/work/_actions/cloudflare/pages-action/v1.2.0/index.js:22[13](https://github.com/OxovaHost/accounts/actions/runs/3638694895/jobs/6141196400#step:7:14)7
    const productionEnvironment = githubBranch === project.production_branch;

I am passing in the github token using gitHubToken: ${{ secrets.GITHUB_TOKEN }}

ghostdevv commented 1 year ago

Found it: If the project name is invalid then this error will occur