fix(deploy): derive rollback id from Forgejo run id #250
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gmackie/ForgeGraph!250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/deploy-forgejo-run-id"
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?
What changed
GITHUB_RUN_ATTEMPTwhen available and default to attempt1when Forgejo omits itRoot cause
Deploy run 1275 exited before the first hub copy because Forgejo did not expose
github.run_attempt; the generated rollout ID failed its numeric validation.Verification