Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 13:02
· 133 commits to main since this release
c213120

Major Changes

  • #291 824753d Thanks @andykenward! - - BREAKING CHANGES: use the sub-action unlike-ltd/github-actions-cloudflare-pages/delete to delete deployments. The main action unlike-ltd/github-actions-cloudflare-pages no longer deletes any deployments.
    • BREAKING CHANGES: new payload format saved to the GitHub deployments to allow for the sub-action unlike-ltd/github-actions-cloudflare-pages/delete to work. To support the older payload the action inputs of cloudflare-account-id & cloudflare_project_name are required. If an older payload is found and the action inputs are missing, it will silently error and continue; but output in the job summary the deployment.

Patch Changes