nigelhorne/GHGen Workflow Analyzer
Analyze GitHub Actions workflows and suggest optimizations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for commenting on PRs | yes | ${{ github.token }} |
| mode | Action mode: comment, auto-fix, or pr | no | comment |
| auto-fix | Automatically fix issues (true/false) | no | false |
| create-pr | Create a PR with fixes (true/false) | no | false |
| perl-version | Perl version to use | no | 5.40 |
Outputs
| name | description |
|---|---|
| issues-found | Number of issues found |
| fixes-applied | Number of fixes applied |
| comment-url | URL of the comment (if created) |