Fixes git ref when pushing the changelog forced format #201
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixes git ref when pushing the changelog forced format
the error was
fatal: You are not currently on a branch, so i made changes to use the changeset PR branch when pushing the forced format.Type of change
How Has This Been Tested?
Reviewed by cursor

![Uploading image.png…]()
Checklist:
Additional context
Related Issues
Reviewers
Important
Fixes git ref determination in
changeset-release.ymlby dynamically setting the ref based on event action and actor..github/workflows/changeset-release.ymlby removingGIT_REFenv variable.changeset-pr-edit-approvejob based on event action and actor.changeset-pr-edit-approvejob to usecheckout-refstep output for git ref.changeset-pr-approve-mergetochangeset-pr-edit-approve.This description was created by
for ba6c8bc. It will automatically update as commits are pushed.