{"id":27022747,"url":"https://github.com/grayturtle01/github-actions-sandbox","last_synced_at":"2025-04-04T20:39:39.333Z","repository":{"id":46568218,"uuid":"413820419","full_name":"grayTurtle01/gitHub-actions-sandbox","owner":"grayTurtle01","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-20T07:03:08.000Z","size":713,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-07-20T07:48:40.943Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grayTurtle01.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}},"created_at":"2021-10-05T13:02:38.000Z","updated_at":"2023-07-19T18:44:10.000Z","dependencies_parsed_at":"2023-07-19T03:45:13.388Z","dependency_job_id":null,"html_url":"https://github.com/grayTurtle01/gitHub-actions-sandbox","commit_stats":null,"previous_names":["grayturtle01/actions_test"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayTurtle01%2FgitHub-actions-sandbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayTurtle01%2FgitHub-actions-sandbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayTurtle01%2FgitHub-actions-sandbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grayTurtle01%2FgitHub-actions-sandbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grayTurtle01","download_url":"https://codeload.github.com/grayTurtle01/gitHub-actions-sandbox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247249599,"owners_count":20908211,"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":"2025-04-04T20:39:38.713Z","updated_at":"2025-04-04T20:39:39.322Z","avatar_url":"https://github.com/grayTurtle01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitHub-Actions Sandbox 🧪 \n\n## Hello gitHub Actions\n```\nname: My First WorkFlow\n\non:\n  push\n       \njobs:\n  task_0:\n  \n    runs-on: ubuntu-latest\n\n    steps:\n \n      - name: Greetings with echo\n        run: echo \"Hello gitHub actions\"\n      \n\n```\n\n\n## Triggers all push\n```\non: push\n```\n\n## Triggers on branch push\n```\non:\n  push:\n    branches:\n       - main\n       - dev\n\n```\n```\non:\n  push:\n    branches: [main, dev]\n\n```\n## On pull request\n```\non:\n  pull_request:\n    branches: [ main ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayturtle01%2Fgithub-actions-sandbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrayturtle01%2Fgithub-actions-sandbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrayturtle01%2Fgithub-actions-sandbox/lists"}