We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ENOENT: no such file or directory, open '/home/runner/work/project/project/output/undefined'
If you pass a domain with protocol e.g https://example.com (instead of example.com) the report file cannot be found.
Example (non working):
- uses: mbogh/test-ssl-action@v2 with: host: https://example.com
Example (working):
- uses: mbogh/test-ssl-action@v2 with: host: example.com
The cause is, that the report is generated without the protocol eg. example.com...json
The issue is most likely on this line (a potential fix, either validate host or change startsWith to contains):
test-ssl-action/index.js
Line 30 in 1aa048c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If you pass a domain with protocol e.g https://example.com (instead of example.com) the report file cannot be found.
Example (non working):
Example (working):
The cause is, that the report is generated without the protocol eg. example.com...json
The issue is most likely on this line (a potential fix, either validate host or change startsWith to contains):
test-ssl-action/index.js
Line 30 in 1aa048c
The text was updated successfully, but these errors were encountered: