-
-
Notifications
You must be signed in to change notification settings - Fork 279
Make branch optional #27
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Is your feature request related to a problem? Please describe.
I mainly use the action to compile code (e.g. rst to html). Which happens in PR branches on pushing, not in pull request. Currently, I either need to hardcode branch (e.g. master), or add an extra step like following:
Describe the solution you'd like
When not set, the branch should be computed. It could be something like this;