{"id":23299502,"url":"https://github.com/returngis/custom-github-action-docker","last_synced_at":"2026-01-19T18:32:25.326Z","repository":{"id":217480237,"uuid":"743981406","full_name":"returngis/custom-github-action-docker","owner":"returngis","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-09T05:34:18.000Z","size":7,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-06T20:47:41.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/returngis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-16T11:50:50.000Z","updated_at":"2024-11-11T14:42:27.000Z","dependencies_parsed_at":"2024-02-09T09:43:52.926Z","dependency_job_id":"b1c1d0e9-6024-4413-9e25-c21acdcff21f","html_url":"https://github.com/returngis/custom-github-action-docker","commit_stats":null,"previous_names":["returngis/custom-github-action","returngis/custom-github-action-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/returngis/custom-github-action-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returngis%2Fcustom-github-action-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returngis%2Fcustom-github-action-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returngis%2Fcustom-github-action-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returngis%2Fcustom-github-action-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/returngis","download_url":"https://codeload.github.com/returngis/custom-github-action-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/returngis%2Fcustom-github-action-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28580221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T18:29:59.827Z","status":"ssl_error","status_checked_at":"2026-01-19T18:29:40.878Z","response_time":67,"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":"2024-12-20T08:17:27.297Z","updated_at":"2026-01-19T18:32:25.311Z","avatar_url":"https://github.com/returngis.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom GitHub Action\n\nThis is a custom GitHub Action that can be used in a workflow (such as a CI/CD pipeline) to perform a specific task.\n\n## How to create a custom GitHub Action\n\nTo create a custom GitHub Action you can use a Docker container, a JavaScript or a composite action.\n\nIn this example we will use a Docker container.\n\n### Create a Dockerfile\n\nYou need a Dockerfile to create a Docker image that will be used to run the action. [Here](Dockerfile) is an example of a Dockerfile.\n\n### Create an entrypoint.sh file\n\nYou need an entrypoint.sh file to define the steps that will be executed when the action is run. [Here](entrypoint.sh) is an example of an entrypoint.sh file.\n\n### Create an action.yml file\n\nYou need an action.yml file to define the inputs and outputs of the action. [Here](action.yml) is an example of an action.yml file.\n\n### Example of a workflow that uses the custom GitHub Action\n\n```yaml\nname: Custom GitHub Action\n\non: [push]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: Run custom GitHub Action\n        uses: returngis/custom-github-action@main\n        with:\n          who-to-greet: 'Gisela Torres'\n```\n\nYou can see it in action in this repository's [workflow](.github/workflows/main.yml).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturngis%2Fcustom-github-action-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freturngis%2Fcustom-github-action-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freturngis%2Fcustom-github-action-docker/lists"}