Creates a temporary branch and deletes it before the workflow finishes.
- name: Create Temporary Branch
uses: carlsberg/[email protected]
See the example in .github/workflows/test.yml.
Name | Description | Default |
---|---|---|
base |
Base branch to create the temporary branch from | - |
push |
Specify if the temporary branch should be pushed to origin or not | false |
Name | Description |
---|---|
branch |
Name of the temporary branch |
Please, see CONTRIBUTING.md to learn how you can contribute to this repository. Every contribution is welcome!
This project is released under the MIT License.