Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add clone on single repo to action #139

Open
sverhoeven opened this issue Jun 14, 2021 · 1 comment
Open

Add clone on single repo to action #139

sverhoeven opened this issue Jun 14, 2021 · 1 comment

Comments

@sverhoeven
Copy link
Member

At the moment for a checking the current repo it is expected the workflow clones the repo with uses: actions/checkout@v2 step before running the tortellini action.

However the action can already clone repos when given a csv file with repo urls. It would be nice if it could also clone the active repo. Using env var to determine github url.

Pro:

  • No need for uses: actions/checkout@v2 step,
  • Both modes look very similar
    Con:
  • actions/checkout does a good, job no need to replicate
  • more maintenance
@sverhoeven
Copy link
Member Author

Came up in #136 (comment)

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

No branches or pull requests

1 participant