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

[idea] Go all in on composite features #69

Closed
wants to merge 1 commit into from
Closed

[idea] Go all in on composite features #69

wants to merge 1 commit into from

Conversation

jcbhmr
Copy link
Contributor

@jcbhmr jcbhmr commented May 2, 2023

this is an idea that i wanted to share 😅

i know the - uses: GuillaumeFalourd/[email protected] is not ideal, but I wanted rsync to get the idea across. I'm sure there's a cross-platform Windows-compatible way like:

- run: cp -r "${INPUT_PATH%/}" ../wiki
  shell: bash #remember shell=bash works on windows via git-bash

@spenserblack
Copy link
Owner

🤔 Yeah, interesting idea. I like cloning to /tmp, but not sure about Windows compatibility. I wonder about runner.temp.
I think that ideally actions/checkout#603 would be implemented, and we could utilize a bare clone, setting the --work-tree to the wiki directory.

We could also utilize the gh 😉

@jcbhmr
Copy link
Contributor Author

jcbhmr commented May 6, 2023

i think this idea has served its purpose
I didn't really expect it to go anywhere and it didn't disappoint!

for actions/checkout: utilizing gh to handle the checkout seems to work quite well
for stefanzweifel/git-auto-commit-action: i don't think we need all the options that https://github.com/stefanzweifel/git-auto-commit-action has tbh 🤣 just commit message and maybe author fields and thats it.

@jcbhmr jcbhmr closed this May 6, 2023
@jcbhmr jcbhmr deleted the composite branch May 6, 2023 20:21
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

Successfully merging this pull request may close these issues.

2 participants