-
Notifications
You must be signed in to change notification settings - Fork 76
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
I get this error when I use version 0.6.0 but works fine with 0.4.0 #27
Comments
Thank you @bogdandrutu The issues you see in 0.6.0 are bugs which are resolved in master. I recommend you to use the following for now:
till I figure out proper release versioning thingy. |
Here is my action:
I see the same error:
You can see that it pulls master: |
@bogdandrutu The issue is becuase you're trying to run locally using act. Can you try running this in a pull request in your repository? |
Closing this one, I am able to run it just fine. Its an issue with act. |
[Check Markdown Files/markdown-lint] ☁ git clone 'https://github.com/gaurav-nelson/github-action-markdown-link-check' # ref=0.6.0
ERRO[0002] Unable to interpolate string '${{ inputs.use-quiet-mode }}' - [ReferenceError: 'quiet' is not defined]
ERRO[0002] Unable to interpolate string '${{ inputs.use-verbose-mode }}' - [ReferenceError: 'verbose' is not defined]
ERRO[0002] Unable to interpolate string '${{ inputs.config-file }}' - [ReferenceError: 'file' is not defined]
ERRO[0002] Unable to interpolate string '${{ inputs.folder-path }}' - [ReferenceError: 'path' is not defined]
[Check Markdown Files/markdown-lint] 🐳 docker build -t act-gaurav-nelson-github-action-markdown-link-check-0-6-0:latest /Users/lazy/.cache/act/gaurav-nelson-github-action-markdown-link-check@0.6.0
[Check Markdown Files/markdown-lint] 🐳 docker run image=act-gaurav-nelson-github-action-markdown-link-check-0-6-0:latest entrypoint=[] cmd=["" "" "" ""]
npm WARN deprecated request@2.88.2: request has been deprecated, see request/request#3142
/usr/local/bin/markdown-link-check -> /usr/local/lib/node_modules/markdown-link-check/markdown-link-check
| + markdown-link-check@3.8.0
| added 66 packages from 71 contributors in 2.418s
| USE_QUIET_MODE:
| USE_VERBOSE_MODE:
| FOLDER_PATH:
| Cannot find
I am using "act" to test the changes locally. See open-telemetry/opentelemetry-specification#541
The text was updated successfully, but these errors were encountered: