-
Notifications
You must be signed in to change notification settings - Fork 2
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
Config file path found, then fails with "Error: Not Found" #15
Comments
It turns out, the Recommend that the error message from this library show the actual path checked for a file on failure. |
I've logged directly from my GitHub Actions workflow to confirm that this file does exist, exactly where the Paperspace deploy-action says it doesn't: Run echo $GITHUB_WORKSPACE
echo $GITHUB_WORKSPACE
shell: /usr/bin/bash -e {0}
/home/runner/work/myapp/myapp and Run ls -la $GITHUB_WORKSPACE/gui/.paperspace/
ls -la $GITHUB_WORKSPACE/gui/.paperspace/
shell: /usr/bin/bash -e {0}
total 1[2](https://github.com/myusername/myapp/actions/runs/123/job/456#step:8:2)
drwxr-xr-x 2 runner docker [4](https://github.com/myusername/myapp/actions/runs/123/job/456#step:8:5)09[6](https://github.com/myusername/myapp/actions/runs/123/job/456#step:8:7) Jan 26 19:00 .
drwxr-xr-x 6 runner docker 4096 Jan 26 19:00 ..
-rw-r--r-- 1 runner docker 129 Jan 26 19:00 app.yaml |
I've created an entirely new repository with the Paperspace config in a default path at the root of the repository. Still getting the error:
Now I tried specifying no
What's interesting is that it did identify the correct path on that last attempt but fails to actually read the file, giving "Error: Not Found" despite having found the path. |
I tried using a paperspace.json config file instead, confirming again that the path is found but unable to be read. I've even added a preceding step to set permissions
|
I've forked the official example into a public repository, and still the Paperspace deploy-action fails out of the box: https://github.com/thomsonlab/ps-deploy-action-example/actions/runs/7708159737/job/21006684291 |
Getting an error on paperspace deployment too, but it's one step past yours: here
I've left out Going to keep looking through, but wanted to join the convo! |
@patricktargun thanks for looking into this. Could you share a repo you're using to produce that outcome, or at least the workflow yaml? |
I've forked the official example into a public repository, and still the Paperspace deploy-action fails out of the box: https://github.com/thomsonlab/ps-deploy-action-example/actions/runs/7708159737/job/21006684291
The text was updated successfully, but these errors were encountered: