{"id":19010307,"url":"https://github.com/railsware/github-actions","last_synced_at":"2025-04-22T23:08:51.468Z","repository":{"id":37910192,"uuid":"271868244","full_name":"railsware/github-actions","owner":"railsware","description":"A collection of GitHub actions used at Railsware","archived":false,"fork":false,"pushed_at":"2024-12-04T16:00:29.000Z","size":6519,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-03-29T19:42:03.327Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/railsware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-06-12T18:46:45.000Z","updated_at":"2024-12-04T16:02:06.000Z","dependencies_parsed_at":"2023-02-08T18:15:34.169Z","dependency_job_id":"2c9c8657-b3d7-4f27-a034-3599b38451b5","html_url":"https://github.com/railsware/github-actions","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fgithub-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fgithub-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fgithub-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/railsware%2Fgithub-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/railsware","download_url":"https://codeload.github.com/railsware/github-actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249303679,"owners_count":21247720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-11-08T19:10:47.999Z","updated_at":"2025-04-17T02:32:29.762Z","avatar_url":"https://github.com/railsware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Railsware Github Actions\n\nA collection of GitHub actions used at Railsware\n\n- [fetch-task-defintion](/fetch-task-definition/README.md) - fetch a task definition from AWS Elastic Container Service\n- [read-from-ssm-param-store](/read-from-ssm-param-store/README.md) - retrieve information about parameters in a specific hierarchy\n- [run-ecs-task](/run-ecs-task/README.md) - run a one-off task on AWS Elastic Container Service\n\n---\n\n## running action on local machine\n- `yarn run_action --action name --param-1 value1 --param-2 value2 --param-3 value`\n  - `name` action name to run\n  - `param-x` - param like they specified in action.yml\n- i.e when using credential profiles it could be like following:\n```bash\n  ACTIONS_RUNNER_DEBUG=true AWS_SDK_LOAD_CONFIG=1 AWS_PROFILE=my-work-profile AWS_REGION=us-east-1 yarn run_action \\\n    --action run-ecs-task \\\n    --cluster my-cluster \\\n    --service my-service \\\n    --container my-container \\\n    --command 'echo \"Hello World\"' \\\n    --task-definition 'my_task_definition_arn' \\\n    --wait-for-completion true \\\n    --show-raw-output false\n```\n[Railsware](https://railsware.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailsware%2Fgithub-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frailsware%2Fgithub-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frailsware%2Fgithub-actions/lists"}