Slashes in tags are mishandled #22
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
actions/forgejo-release#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
local id=$(api GET repos/$REPO/releases/tags/$TAG | jq --raw-output .id)in lines like that,
$TAGisn't URL-encoded, which leads to 404/405 errorsSlashes in tag names are mishandledto Slashes in tags are mishandledJust stumbled across this one. Will give it a try
Crown0815 referenced this issue2025-07-24 12:57:24 +00:00