Disable commit-status.
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m22s

Deploys are working, but the action is throwing a 404 when attempting to pass data to this repository's /deployments endpoint, which Gitea doesn't have. I thought setting `enable-github-deployment` to `false` would prevent this from happening, but that doesn't seem to be the case. Perhaps setting this value will help.
This commit is contained in:
2023-08-14 14:34:40 +09:00
parent 935fdb1ffb
commit be7a109e3d

View File

@@ -19,6 +19,7 @@ jobs:
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deployed from Gitea Action"
enable-commit-status: false
enable-commit-comment: false
enable-pull-request-comment: false
overwrites-pull-request-comment: true