-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: configurable base branch name #5
feat: configurable base branch name #5
Conversation
Accepts a new input, `base_branch_name`, to indicate the name of the branch containing the README file to be updated. Default `main`.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
This PR helps CI course to work.
This repo doesn't seem very active... I have tagged the relevant commit in the fork (v1.2.0-beta) so that anyone who wants to can use the proposed changes until they are integrated into the repository someday. The only change to the GitHub action is: - uses: skills/action-update-step@v1
+ uses: TheAlbertDev/[email protected] |
Thanks for sharing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TheAlbertDev:feature/run-on-different-branch
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi
Accepts a new input,
base_branch_name
, to indicate the name ofthe branch containing the README file to be updated. Default
main
.Why:
Closes #4
What's being changed:
Check off the following: