Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

with: branch: has no effect #395

Open
erictheise opened this issue Jul 11, 2024 · 2 comments
Open

with: branch: has no effect #395

erictheise opened this issue Jul 11, 2024 · 2 comments

Comments

@erictheise
Copy link

Hi, I've tried running v3.0.0 and v2.2.0 using this

      - name: Check out new sacrificial branch
        uses: peterjgrainger/action-create-branch@v3.0.0
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          branch: 'the-sacrifice'

but the created branch is always named release-candidate.

@peterjgrainger
Copy link
Owner

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?

@erictheise
Copy link
Author

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants