We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thanks for this awesome gh action. Been using it for years now
I have a new workflow idea and I want to force push / replace another branch with the current branch. (rather than merge into)
It seems pretty close to the current API so I thought maybe it could just be another option, e.g.
- name: deploy/stage-a uses: devmasx/[email protected] with: label_name: 'deploy stage-a' from_branch: ${{ env.GITHUB_HEAD_REF_SLUG }} target_branch: 'deploy/stage-a' github_token: ${{ github.token }} replace: true
Thoughts on what it would take to implement this? Could it be accepted?
The text was updated successfully, but these errors were encountered:
Or can there be a force option?
force
Sorry, something went wrong.
No branches or pull requests
Thanks for this awesome gh action. Been using it for years now
I have a new workflow idea and I want to force push / replace another branch with the current branch. (rather than merge into)
It seems pretty close to the current API so I thought maybe it could just be another option, e.g.
Thoughts on what it would take to implement this? Could it be accepted?
The text was updated successfully, but these errors were encountered: