fabasoad / ghacu

GitHub Actions Check Updates - CLI tool to check whether all your actions are up-to-date or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporary file (LiteDB caching file) is created in monitored project folder

fabasoad opened this issue · comments

Describe the bug
When I run ghacu from the project folder, caching file is created in it instead of ghacu file location.

Steps to Reproduce

  1. Go to any project with github actions.
  2. Run ghacu.
  3. See caching file inside project folder.

Expected behavior
Caching file shouldn't be created in the project folder but in the same folder where ghacu is installed.

Actual behavior
Caching file is created in the project folder instead of the same folder where ghacu is installed.

Screenshots
N/A

Technical information (please complete the following information):

  • OS: Windows 10
  • GHACU v1.0.0
  • PowerShell 5.1.18362.628

Additional context
N/A

Fixed at 6425d6f