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

feat: Add cleanup_work_dir option (#697, #686) #795

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[CodeFactor] Apply fixes to commit a1c1689
  • Loading branch information
code-factor committed Oct 27, 2022
commit f848dd762e05ffa24c57080c1834dd1b83db3b93
2 changes: 1 addition & 1 deletion __tests__/get-inputs.test.ts
Original file line number Diff line number Diff line change
@@ -188,6 +188,6 @@ describe('getInputs()', () => {

expect(() => {
getInputs();
}).toThrowError('Use either of enable_jekyll or disable_nojekyll');
}).toThrow('Use either of enable_jekyll or disable_nojekyll');
});
});