colek42/Debug Info Action
Output debug information and handle various input types
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| string-input | A string input | yes | Default string |
| number-input | A number input | no | 42 |
| boolean-input | A boolean input | no | true |
| array-input | A YAML array input (comma-separated) | no | item1,item2,item3 |
| object-input | A YAML object input (JSON string) | no | {"key1":"value1","key2":"value2"} |
| output-file-path | Path where the output file should be written | no | debug-output.txt |
Outputs
| name | description |
|---|---|
| working-directory | The working directory path |
| file-list | List of files in the working directory |
| git-info | Git repository information |
| all-debug-info | All debug information combined |