action-create-branch icon indicating copy to clipboard operation
action-create-branch copied to clipboard

with: branch: has no effect

Open erictheise opened this issue 1 year ago • 2 comments
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.

erictheise avatar Jul 11 '24 04:07 erictheise

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?

peterjgrainger avatar Sep 11 '24 08:09 peterjgrainger

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.

erictheise avatar Sep 13 '24 05:09 erictheise