-
Notifications
You must be signed in to change notification settings - Fork 22
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
Failed to match codes between repo and fixes.yml
.
#23
Comments
This might because the job is run in a container, and the working directory defaults to |
What confuses me is the file system and mapping strategy among these two containers and the host system. After all, the |
Originally posted by @oleg-derevenetz in #17 (comment) A tested workaround goes here. |
Probably fix platisd#23 .
In my action, the running log shows that "No warnings found in files changed in this pull request". This error also happened in #17 .
Thanks @oleg-derevenetz points out that there is another file system in a custom actions container.
I wonder is there a proper way to avoid modifications on
fixes.yaml
? Maybe GitHub environment variableGITHUB_WORKSPACE
helps, creating a symlink from from/home/runner/...
to/__w/...
.The text was updated successfully, but these errors were encountered: