You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
I update only certain directories of a repository, however their filenames change. Thus, I need a way to clean only certain directories before copying the new files.
Describe the solution you'd like
a glob pattern that specifies either the files to keep or another glob pattern that specifies the files to remove.
Describe alternatives you've considered
implementing it using a shell script but the deploy key isn't that easy.
The text was updated successfully, but these errors were encountered:
I don't fully understand the background of your issue, but this issue seems to be a duplicate of #163
implementing it using a shell script but the deploy key isn't that easy.
Shell Script? Are you still using version 2?
This Action has been migrated to a TypeScript Action (version 3). There are no plans to add any new features to version 2. Please use the v3.
Is your feature request related to a problem? Please describe
I update only certain directories of a repository, however their filenames change. Thus, I need a way to clean only certain directories before copying the new files.
Describe the solution you'd like
a glob pattern that specifies either the files to keep or another glob pattern that specifies the files to remove.
Describe alternatives you've considered
implementing it using a shell script but the deploy key isn't that easy.
The text was updated successfully, but these errors were encountered: