mirror of
https://github.com/therealpaulgg/ssh-sync.git
synced 2026-04-26 16:05:51 +03:00
[PR #72] [MERGED] Fix 404 bug when trying to delete keys #77
Labels
No labels
ai-generated
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ssh-sync#77
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?
📋 Pull Request Information
Original PR: https://github.com/therealpaulgg/ssh-sync/pull/72
Author: @therealpaulgg
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/1/2025
Merged by: @therealpaulgg
Base:
main← Head:71-404-when-trying-to-delete-a-machine-from-a-user-profile📝 Commits (2)
4e04668Update Dockerfile to use golang:bookworm and improve error handling in account existence check8ca0e5bRefactor HTTP status code checks to use http.StatusOK and http.StatusNotFound for clarity📊 Changes
5 files changed (+12 additions, -9 deletions)
View changed files
📝
Dockerfile.Debug(+1 -1)📝
pkg/actions/remove-machine.go(+2 -2)📝
pkg/actions/setup.go(+5 -2)📝
pkg/actions/upload.go(+2 -2)📝
pkg/retrieval/data.go(+2 -2)📄 Description
Fix 404 bug when trying to delete keys
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.