pplmx/Example for GitHub Action Using Go
A GitHub Action that handles text, lists, files, and API requests using Go, configured via TOML
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config_path | Path to the TOML configuration file | no | .github/configs/setup-custom-action-by-docker.toml |
Outputs
| name | description |
|---|---|
| processed_text | The processed text after find and replace |
| word_count | The total number of words in the text |
| sum | The sum of the numbers |
| average | The average of the numbers |
| response_field | A specific field from the API response |