-
Notifications
You must be signed in to change notification settings - Fork 1
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
Error "Destination path is not an empty directory" when specifying a configuration file #55
Comments
Thank you for the report @ppsmilesi. I suspect that the error you've encountered is due to incompatibility between
Could you please try removing the first step of your workflow (the one that uses |
Hey ! Thank you for coming back to me ! I have added the checkout step because without it, the sizeup action cannot even find the config file. Here is the error:
I am pretty sure the path to the config file is correct. Thank you |
@ppsmilesi thank you for helping to uncover and debug this issue!
It does ordinarily, but I had unwittingly broken this behaviour in #54, which affected 0.8.3. This should now be fixed in 0.8.4. If you run into any further issues please let me know. |
Thank you @lerebear ! 0.8.4 is fixed and working 🙌 |
Hello !
Thank you for the github action and the sizeup library, it looks awesome !
I have tried to run the action with a configuration file without success.
I have checked out the config file at first step of the workflow for it to be available but then, the sizeup action has run into this error:
Error: fatal: destination path '.' already exists and is not an empty directory.
Output of the workflow:
Workflow fiile
.github/workflows/sizeup.yml
:Thank you for your help !
The text was updated successfully, but these errors were encountered: