-
Notifications
You must be signed in to change notification settings - Fork 9
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: Cannot read properties of undefined (reading 'replace') #457
Comments
I think I know what's happening... When the action is looking for |
Didn't seem to do the trick... Here's my arguments to the action:
I've updated the README to look something like this...
I can run action-docs locally against these files with the same paths and it works. Is there any extra debugging I can enable to figure out the issue? |
Thanks for creating the issue, need to find some time to dig in. |
We got the same error as this issue raised, any fix or work-around we may have, please ? |
I also received the same error in my local when running |
I have been receiving this error for an action and was able to track down the cause to an input parameter missing a |
Hi!
I'm getting the following error when running this action from a workflow:
Error: Cannot read properties of undefined (reading 'replace')
I'm not getting any other specific details, so I'm not sure what the exact issue may by.
Here is an example of what is being passed to the action:
The source and readme values are pointing to actions within the repository that are being fed in from
tj-actions/changed-files
. I am able to cat both of these files in a previous step and see their contents. Is this action expecting a different path?Thanks for any guidance!
The text was updated successfully, but these errors were encountered: