which means the action's temp dir is only excluded because I happen to use files in the package manifest to describe a whitelist of files.
Possible workarounds:
- move the action workspace somewhere else, maybe
RUNNER_TEMP or even a persistent cache like RUNNER_TOOL_CACHE
- modify the project .gitignore instead
- ?
which means the action's temp dir is only excluded because I happen to use
filesin the package manifest to describe a whitelist of files.Possible workarounds:
RUNNER_TEMPor even a persistent cache likeRUNNER_TOOL_CACHE