Draft
Conversation
e845000 to
c7d15e4
Compare
sassman
reviewed
Feb 24, 2021
| run: cargo install cargo-generate --debug | ||
| - name: Instantiate template | ||
| run: | | ||
| git config --global init.defaultbranch main |
There was a problem hiding this comment.
could you also try to git configure:
git config --global user.name "Your Name"
git config --global user.email "youremail@yourdomain.com"
IIRC that causes once for me on a ci run also a problem. See our workflow config
Contributor
Author
There was a problem hiding this comment.
Hmm, that didn't seem to do anything here
a7e30e8 to
1db9ba1
Compare
sassman
reviewed
Feb 25, 2021
.github/workflows/ci.yml
Outdated
| override: true | ||
| target: ${{ env.TARGET }} | ||
| - name: debug | ||
| run: cd app-template && git status && ls -la |
There was a problem hiding this comment.
here you cd into the app-template, I'm not sure if that would not affect further steps, so that below the cargo generate --git app-template --name out would fail because you are in the folder already?
Contributor
Author
There was a problem hiding this comment.
hmm, doesn't look like that's the cause either
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.