-
-
Notifications
You must be signed in to change notification settings - Fork 402
Closed
Labels
improvement ✨Improvement suggestion.Improvement suggestion.version 4Issues related to version 4 of this action.Issues related to version 4 of this action.
Description
Describe the bug
While looking through the code, I came across a few details that would be good to fix up.
github-pages-deploy-action/__tests__/git.test.ts
Lines 195 to 196 in 570f002
| fs.createWriteStream('assets/.nojekyll') | |
| fs.createWriteStream('assets/CNAME') |
| process.env.GITHUB_SHA = '' |
https://github.com/JamesIves/github-pages-deploy-action/blob/dev-v4/src/git.ts#L58 doesn't actually run the | wc -l part, as it's not a shell. Well, it runs it, in the sense that it just passes them as options to the git command.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvement ✨Improvement suggestion.Improvement suggestion.version 4Issues related to version 4 of this action.Issues related to version 4 of this action.