Chris O'Donnell
Chris O'Donnell
hey @shawnyu5, you figure out what the issue was? At first glance I can't see that this action would be the cause of the problem here, did you try removing...
by the way, I've used and seen others use this action on self-hosted runners, so if for some odd reason this is the cause, can you share your actual usage...
@shawnyu5 Have you tried v3 by any chance?
hey @wsams, not sure honestly, this is a Docker action so that might complicate things but I believe anything you set under `env` and `with` are being passed in as...
@SBoudrias I'm seeing this as well. I've got two subgenerators, i.e. `api` and `ui`, and both are trying to compose with another subgenerator, i.e. `linting` (smaller generator with a few...
```js this.fs.copy(this.templatePath('.gitignore'), this.destinationPath(this.options.dest, '.gitignore')); this.fs.copy(this.templatePath('.gitignore'), this.destinationPath(this.options.dest, '.gitignore')); ``` copying a single file twice works, but when i console log the files array that `mem-fs-editor` builds, i get the following: ```...
@vim-zz any insight in what the ETA is for this feature/fix? For context, here's a snippet of our use case which seems pretty similar to the authors. We just have...
hey @jessebye, apologies for the delayed response—would you be able to take a shot at this? I'm not going to be able to get to this promptly at the moment...
can you elaborate on what you were trying to do and what error you saw?
@dafyddj yea, definitely time for an upgrade. I will work on it. > No error seen when testing locally with the latest semantic-release version. Do me a favor, can you...