{"id":37172154,"url":"https://github.com/pplmx/setup-custom-action-by-docker","last_synced_at":"2026-01-14T20:05:30.235Z","repository":{"id":254970910,"uuid":"848093366","full_name":"pplmx/setup-custom-action-by-docker","owner":"pplmx","description":"Example for Github Action Using Go","archived":false,"fork":false,"pushed_at":"2026-01-11T17:25:03.000Z","size":36,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T20:23:11.366Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pplmx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-27T05:48:54.000Z","updated_at":"2025-08-12T05:50:31.000Z","dependencies_parsed_at":"2025-10-20T15:24:57.349Z","dependency_job_id":"c55604cd-3a43-425b-8128-86781d8300cd","html_url":"https://github.com/pplmx/setup-custom-action-by-docker","commit_stats":null,"previous_names":["pplmx/setup-my-action","pplmx/setup-custom-action-by-docker"],"tags_count":4,"template":true,"template_full_name":null,"purl":"pkg:github/pplmx/setup-custom-action-by-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplmx%2Fsetup-custom-action-by-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplmx%2Fsetup-custom-action-by-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplmx%2Fsetup-custom-action-by-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplmx%2Fsetup-custom-action-by-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pplmx","download_url":"https://codeload.github.com/pplmx/setup-custom-action-by-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pplmx%2Fsetup-custom-action-by-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434202,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-14T20:05:29.349Z","updated_at":"2026-01-14T20:05:30.228Z","avatar_url":"https://github.com/pplmx.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example for GitHub Action Using Go\n\n[![CI](https://github.com/pplmx/setup-custom-action-by-docker/workflows/CI/badge.svg)](https://github.com/pplmx/setup-custom-action-by-docker/actions)\n[![Coverage Status](https://coveralls.io/repos/github/pplmx/setup-custom-action-by-docker/badge.svg?branch=main)](https://coveralls.io/github/pplmx/setup-custom-action-by-docker?branch=main)\n\n## Overview\n\n**Example for GitHub Action Using Go** is a custom GitHub Action designed to handle text processing, lists, files, and\nAPI requests efficiently using Go. The action is configured using a TOML file and runs inside a Docker container.\n\n## Features\n\n- **Text Processing**: Perform find-and-replace operations on provided text.\n- **List Operations**: Calculate word count, sum, and average for provided data.\n- **API Requests**: Fetch data from APIs and extract specific fields.\n- **Configuration**: Fully configurable via a TOML file.\n\n## Inputs\n\n| Name          | Description                         | Required | Default                                              |\n|---------------|-------------------------------------|----------|------------------------------------------------------|\n| `config_path` | Path to the TOML configuration file | No       | `.github/configs/setup-custom-action-by-docker.toml` |\n\n## Outputs\n\n| Name             | Description                               |\n|------------------|-------------------------------------------|\n| `processed_text` | The processed text after find and replace |\n| `word_count`     | The total number of words in the text     |\n| `sum`            | The sum of the numbers                    |\n| `average`        | The average of the numbers                |\n| `response_field` | A specific field from the API response    |\n\n## Usage\n\nTo use this GitHub Action in your workflow, you can define a step that utilizes it. Here's an example:\n\n```yaml\nname: Example Workflow\non: [ push ]\n\njobs:\n    example-job:\n        runs-on: ubuntu-latest\n        steps:\n            -   uses: actions/checkout@v4\n\n            -   name: Run Example for GitHub Action Using Go\n                uses: pplmx/setup-custom-action-by-docker@main\n```\n\nYou can also follow [this](.github/workflows/test_custom_action_itself.yml).\n\n## Local Development\n\nFor instructions on setting up a local development environment and testing this GitHub Action, please refer to\nthe [Development Documentation](docs/development.md).\n\n## License\n\nThis project is dual-licensed under either of the following licenses, at your option:\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE)\n  or [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))\n\n## Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as\ndefined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\nFor more details, see [CONTRIBUTING.md](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplmx%2Fsetup-custom-action-by-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpplmx%2Fsetup-custom-action-by-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpplmx%2Fsetup-custom-action-by-docker/lists"}