Add "EVENT_NAME" to Environment Variables#58
Merged
fgrosse merged 8 commits intofgrosse:mainfrom Mar 11, 2026
Merged
Conversation
fgrosse
approved these changes
May 23, 2025
Owner
fgrosse
left a comment
There was a problem hiding this comment.
LGTM, thanks for the contribution ❤️
IamNator
approved these changes
May 23, 2025
IamNator
left a comment
There was a problem hiding this comment.
LGTM
😎 This should solve my problem.
Contributor
Author
|
hey @fgrosse just wanted to check in on this, since I pushed a new commit the original approval no longer applies |
|
Hey @fgrosse , Can we merge this, It would be helpful |
Contributor
Author
|
@fgrosse checking back in, can this be approved so it can be merged? |
- Clarify target-branch description: github.base_ref is only available on pull_request events; users on other event types must set it explicitly - Remove redundant default hint from event-name description - Add CHANGELOG entry for the event-name and target-branch inputs
Owner
|
Hey @jm96441n sorry this PR got lost. I've resolved conflicts now and improved the descriptions just slightly. I will merge this now and release it together with a bunch of other changes as a new version. thanks again for submitting this PR 🙏 |
fgrosse
approved these changes
Mar 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds
EVENT_NAMEto environment variables which allows the end user to set what the event name that for the target branch will be. Fixes #46Also adds
event-nameandtarget-branchto inputs with defaults to match current behavior.