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

Conversation

eholic
Copy link

@eholic eholic commented Oct 27, 2022

This PR is adding cleanup_work_dir option to delete a working directory like $HOME/actions_github_pages_*.

Issue

actions-gh-pages creates a working directoriy every runs, it messes up $HOME directory and annoys users of self-hosted runners.

Related issues

@codecov
Copy link

codecov bot commented Oct 27, 2022

Codecov Report

Base: 61.45% // Head: 62.14% // Increases project coverage by +0.68% 🎉

Coverage data is based on head (f848dd7) compared to base (9af6a68).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #795      +/-   ##
==========================================
+ Coverage   61.45%   62.14%   +0.68%     
==========================================
  Files           4        4              
  Lines         275      280       +5     
  Branches       45       46       +1     
==========================================
+ Hits          169      174       +5     
  Misses        105      105              
  Partials        1        1              
Impacted Files Coverage Δ
src/get-inputs.ts 100.00% <ø> (ø)
src/utils.ts 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants