fix(ci): replace nonexistent gitea-issue-create action with curl API call #35
Reference in New Issue
Block a user
Delete Branch "fix/docs-drift-workflow-action"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
actions/gitea-issue-create@v1action does not exist on GitHub, causing the docs-drift workflow to fail every run withauthentication required: Repository not foundcurlcall to the Gitea REST API (POST /api/v1/repos/{repo}/issues), which works natively on the self-hosted instancedocumentationtoKind/DocumentationManual Verification
README.mdonmainwithout touchingdocs/fish-config.md— confirm the workflow runs to completion and opens a new issue with the labelKind/DocumentationREADME.mdwith a matching update todocs/fish-config.mdin the same commit — confirm the workflow runs but does not open an issueGITEA_TOKENsecret is present in the repo settings (Settings → Actions → Secrets)