[BUG]: git 2.53.0 regression with the extraheader auth #57
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dunwright/git-herald#57
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?
Before you submit
Action Version
1
Forgejo Version
14.0.4
Python Version
3.13
Runner OS
arch docker
Describe the Bug
A git 2.53.0 regression with the extraheader auth. The extraheader IS being set but git 2.53.0 is ignoring it
Steps to Reproduce
merge into main
Expected Behaviour
changelog action does not wig out
Workflow Configuration
No response
Relevant Action Logs
No response
Additional Context
This is a bug in the upstream actions/checkout repository where v6 broke non-GitHub runners. It's been reported (issue #2321) and is for the actions/checkout maintainers to fix