-
Notifications
You must be signed in to change notification settings - Fork 2
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
Support bare user/repo slugs in repository input field #67
Comments
@spenserblack are you ok with splitting into |
Yes, that's preferable 👍 |
So the idea here is that it would clone a bare repository and set |
it could! i hadnt even thought of that. the reason i brought up the split repository: jcbhmr/my-mega-project
repository: github.com/jcbhmr/my-mega-project
repository: github-enterprise.com/jcbhmr/my-mega-project
repository: http://gh.enterprise.com/jcbhmr/my-mega-project
repository: https://github.enterprise.com/jcbhmr/my-mega-project as all valid, we'd need to do some fancy url magic and parsing and complex madness. 😵 its easier and also happens to be convention 😊 that its split into to recap, i hope to make it so that the inputs are something like: # names from https://github.com/actions/checkout#usage
repository: jcbhmr/my-mega-project
github-server-url: https://github.enterprise.com
path: .
token: ${{ secrets.MEGA_PROJECT_PAT }}
# names and stuff inspired by https://github.com/stefanzweifel/git-auto-commit-action but with kebab-case instead of snake_case
commit-message: Hello world ${{ github.sha }}
commit-author: GitHub Actions <[email protected]>
commit-user-name: github-actions[bot]
commit-user-email: 41898282+github-actions[bot]@users.noreply.github.com
# standard name from https://github.com/search?q=org%3Aactions+dry-run+language%3AYAML&type=code&l=YAML
dry-run: true thats my dream option set lmao 😅 |
Oh, got it, by "bare" you meant "domain prefix removed"? I was thinking of "bare" as git terminology 😆 That YAML code block looks perfect to me 👍 |
speaking of dream options sets, here's my ideal github wiki action. well, pretty ideal: https://github.com/Andrew-Chen-Wang/github-wiki-action/tree/jcbhmr |
No description provided.
The text was updated successfully, but these errors were encountered: