-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BUG] Error when running action #87
Comments
Hey, I'm fixing this right now. I'm curious what is your use case if you can share? edit: should be good now, no need to specify any arguments |
Fix #87 Add more automated testing around the GitHub Actions to catch those errors quickly.
## [1.8.2](v1.8.1...v1.8.2) (2023-11-03) ### Bug Fixes * github actions ([#88](#88)) ([30f421e](30f421e)), closes [#87](#87) * **rules:** add Celery ([31bc5a8](31bc5a8)) * **rules:** add K6 ([1f09f83](1f09f83)) * **rules:** add more pkg for languages ([73139ab](73139ab)) * **rules:** add NeonDB ([5aa9b75](5aa9b75)) * **rules:** add Novu ([dd07853](dd07853)) * **rules:** add Python partial support ([7385001](7385001)) * **rules:** add Qdrant ([5bbd688](5bbd688)) * **rules:** add Selenium ([e60c287](e60c287)) * **rules:** add Zig ([38eda05](38eda05))
Sorry for the delay. I was trying to use it to evaluate a project I was asked to complete.
Are you sure? I added my token to make it work after reading the source code |
Yes it's not required to execute the tech detection. Then if you want to use Specfy platform, you don't need anything, just go to specfy.io > connect your github org and import a repo directly from the UI |
Describe the bug
Github complains of missing
token
input. There's no documentation saying that atoken
parameter is needed or where to get that token. Looking at the code, there's also aGITHUB_WORKSPACE
env variable that I don't know how to setupTo Reproduce
Copy the code for the action from the marketplace and paste it in the workflow
The text was updated successfully, but these errors were encountered: