{"id":16123776,"url":"https://github.com/austenstone/action-c","last_synced_at":"2025-04-06T12:17:28.727Z","repository":{"id":43508236,"uuid":"509274279","full_name":"austenstone/action-c","owner":"austenstone","description":"Create a C Action","archived":false,"fork":false,"pushed_at":"2022-07-07T16:06:52.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-12T17:53:38.444Z","etag":null,"topics":["actions","c","template"],"latest_commit_sha":null,"homepage":"","language":"C","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/austenstone.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}},"created_at":"2022-07-01T00:40:46.000Z","updated_at":"2022-07-07T03:56:00.000Z","dependencies_parsed_at":"2022-07-08T22:00:42.776Z","dependency_job_id":null,"html_url":"https://github.com/austenstone/action-c","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Faction-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Faction-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Faction-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/austenstone%2Faction-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/austenstone","download_url":"https://codeload.github.com/austenstone/action-c/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247478331,"owners_count":20945267,"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":["actions","c","template"],"created_at":"2024-10-09T21:18:42.456Z","updated_at":"2025-04-06T12:17:28.401Z","avatar_url":"https://github.com/austenstone.png","language":"C","readme":"\n## 🏃 Usage\n[Create a workflow](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file) (eg: [`.github/workflows/run.yml`](.github/workflows/usage.yaml))\n\n### Default Workflow\n```yml\nname: \"Find Largest Prime Number\"\non:\n  workflow_dispatch:\n\njobs:\n  run:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: austenstone/action-c@main\n        with:\n          number: 1000\n        id: lpf\n      - run: echo \"The Largest Prime Factor is ${{ steps.lpf.outputs.largest-prime-factor }}.\"\n```\n# Parameters\nVarious inputs/ouputs are defined in [`action.yml`](action.yml):\n\n## ➡️ Input\n\n| Name | Description | Default |\n| --- | - | - |\n| **number** | Number to find the largest prime factor of. | N/A |\n\n## ⬅️ Output\n\n| Name | Description |\n| --- | - |\n| **largest-prime-factor** | The largest prime factor of the number. |\n\n## Further help\nTo get more help on the Actions see [documentation](https://docs.github.com/en/actions).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Faction-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faustenstone%2Faction-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faustenstone%2Faction-c/lists"}