{"id":22568662,"url":"https://github.com/cynicdog/github-actions-demo","last_synced_at":"2025-03-28T13:44:28.590Z","repository":{"id":244727636,"uuid":"814388981","full_name":"CynicDog/github-actions-demo","owner":"CynicDog","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-24T13:10:58.000Z","size":428,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T14:14:54.412Z","etag":null,"topics":["githubactions"],"latest_commit_sha":null,"homepage":"","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/CynicDog.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-06-12T23:19:33.000Z","updated_at":"2024-07-06T02:18:07.000Z","dependencies_parsed_at":"2024-06-17T03:25:50.448Z","dependency_job_id":"0576df1e-c3df-4e09-b41c-e3b5a239e9ea","html_url":"https://github.com/CynicDog/github-actions-demo","commit_stats":null,"previous_names":["cynicdog/github-actions-demo"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CynicDog%2Fgithub-actions-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CynicDog%2Fgithub-actions-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CynicDog%2Fgithub-actions-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CynicDog%2Fgithub-actions-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CynicDog","download_url":"https://codeload.github.com/CynicDog/github-actions-demo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246041457,"owners_count":20714138,"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":["githubactions"],"created_at":"2024-12-08T00:14:26.105Z","updated_at":"2025-03-28T13:44:28.551Z","avatar_url":"https://github.com/CynicDog.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Microsoft Learn's GitHub Actions Collections  \nhttps://learn.microsoft.com/en-us/collections/n5p4a5z7keznp5\n\n# GitHub Actions Document \nhttps://docs.github.com/en/actions\n\n# The components of GitHub Actions \n## Workflows \n**A *workflow* is a configurable automated process that will run one or more jobs**. Workflows are defined by a YAML file checked in to your repository and will run when triggered by an event in your repository, or when they can be triggered manually, or at a defined schedule. \nWorkflows are defined in the `.github/workflows` directory in a repository, and a repository can have multiple workflows, each of  which can perform a different set of tasks. \n\n## Events \n**An *event* is a specific activity in a repository that triggers a workflow run**. For example, an activity can originate from GitHub when someone creates a pull request, opens an issue, or pushes a commit to a repository. You can also trigger a workflow to run on a schedule, by posting to a REST API, or manually on Actions UI.\n\n## Jobs\n**A *job* is a set of *steps* in a workflow that is executed on the same runner**. Each step is ethier a shell script that will be executed, or an *action* that will be run. Since each step is executed on the same runner, you can share data from one step to another. \nYou can configure job's dependencies with other jobs; by default, jobs have no dependencies and run in parallel with each other. When a job takes a dependency on another job, it will wait for the dependent job to complete before it can run. \n\n## Actions \n**An *action* is a custom application for the GitHub Actions platform that performs a complex but frequently repeated task**. Actions are used to help reduce the amount of repetitive code that you write in your workflow files.An action can pull your git repository from GitHub, set up the correct toolchain for your  build environment, or set up the authentication to your cloud provider. \n\n## Runners \n**A *runner* is a server that runs your workflows when they're triggered. Each runner can run a single job at a time**. Each workflow run executes in a fresh, newly-provisioned virtual machine. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcynicdog%2Fgithub-actions-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcynicdog%2Fgithub-actions-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcynicdog%2Fgithub-actions-demo/lists"}