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

Automatically checkout when running in GitHub actions #38

Open
joonas-fi opened this issue Dec 29, 2022 · 1 comment
Open

Automatically checkout when running in GitHub actions #38

joonas-fi opened this issue Dec 29, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@joonas-fi
Copy link
Member

Reasons:

=> want to offer a stable interface to users in order to not have to do mindless busywork

@joonas-fi joonas-fi added the enhancement New feature or request label Dec 29, 2022
@joonas-fi
Copy link
Member Author

joonas-fi commented Dec 29, 2022

This will remove the need to have actions/checkout@v3 in workflow file

https://github.com/actions/checkout/blob/ac593985615ec2ede58e132d2e21d2b1cbd6127c/src/url-helper.ts#L18

  // "origin" is SCHEME://HOSTNAME[:PORT]
  return `${serviceUrl.origin}/${encodedOwner}/${encodedName}`

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

No branches or pull requests

1 participant