webtech-network/Github Actions Plugin Tester
A super cool sandbox environment for testing how github actions works with custom plugins.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| html-weight | Weight for the HTML grading section. | yes | 30 |
| css-weight | Weight for the CSS grading section. | yes | 40 |
| js-weight | Weight for the JavaScript grading section. | yes | 30 |
| timeout | Duration (in minutes) before the grading process is terminated. Defaults to 10 minutes. | no | 10 |
| token | GitHub token used to check repository content and provide feedback. By default, this uses the repository token provided by GitHub Actions. You can customize this by replacing this token with a user token which has write-access to your repository. Note that the token will be accessible to all repository collaborators. | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| result | Base64-encoded JSON containing the results of the grading. |