Checkout: Can this action be used to check out a non GitHub repository?

Created on 22 Feb 2021  路  1Comment  路  Source: actions/checkout

I see the docs say I should provide repository name with owner.

- uses: actions/checkout@v2
  with:
    # Repository name with owner. For example, actions/checkout
    # Default: ${{ github.repository }}
    repository: ''

Is there a way to provide a repo URL there to check out a non GitHub account?

Most helpful comment

Not that I can find... I am trying to checkout a github enterprise URL and its not working at all. Getting a bit frustrated.

>All comments

Not that I can find... I am trying to checkout a github enterprise URL and its not working at all. Getting a bit frustrated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

rster2002 picture rster2002  路  7Comments

lukka picture lukka  路  6Comments

rectalogic picture rectalogic  路  5Comments

gordinmitya picture gordinmitya  路  7Comments

gitfool picture gitfool  路  3Comments