actions / checkout

Action for checking out a repo

Home Page:https://github.com/features/actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I check out a new branch?

zkytony opened this issue · comments

Is it possible to checkout a ref that does not exist (such as a new branch)?

    - uses: actions/checkout@v4
      with:
        ref: "new-branch"