cloudflare / pages-action

MIT License
473 stars 97 forks source link

Adds option to disable the use of Github Environments #26

Closed poespas closed 1 year ago

poespas commented 2 years ago

This action creates GitHub Environments by default, which it is not possible to disable on an individual repository-level. This PR will add an option to skip the use of these environments by providing the option a true value.

WalshyDev commented 1 year ago

Superseded by #33