action-create-branch
action-create-branch copied to clipboard
with: branch: has no effect
trafficstars
Hi, I've tried running v3.0.0 and v2.2.0 using this
- name: Check out new sacrificial branch
uses: peterjgrainger/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
branch: 'the-sacrifice'
but the created branch is always named release-candidate.
Hi. Just tested this and it looks OK. https://github.com/peterjgrainger/test-actions/blob/main/.github/workflows/create-branch.yml
Do you have some logs from the workflow run?
Hi, thanks for testing. I've just started a new project and this Action is working. I'll review the earlier project in the next few days and try to figure out what's different about it.