{"id":15645249,"url":"https://github.com/ievangelist/dotnet-github-actions-sdk","last_synced_at":"2025-04-04T08:05:49.895Z","repository":{"id":64036574,"uuid":"569107047","full_name":"IEvangelist/dotnet-github-actions-sdk","owner":"IEvangelist","description":"The unofficial GitHub ToolKit for developing GitHub Actions with .NET.","archived":false,"fork":false,"pushed_at":"2025-03-20T00:08:11.000Z","size":343,"stargazers_count":63,"open_issues_count":4,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T09:11:27.498Z","etag":null,"topics":["csharp","docker","dotnet","github-actions"],"latest_commit_sha":null,"homepage":"https://davidpine.net/blog/github-actions-sdk/","language":"C#","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/IEvangelist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"IEvangelist","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-11-22T05:00:47.000Z","updated_at":"2025-01-23T14:42:50.000Z","dependencies_parsed_at":"2023-11-25T17:23:47.919Z","dependency_job_id":"20e15dbe-8590-4f44-b56f-e473370d6123","html_url":"https://github.com/IEvangelist/dotnet-github-actions-sdk","commit_stats":{"total_commits":111,"total_committers":8,"mean_commits":13.875,"dds":0.3873873873873874,"last_synced_commit":"36c60ad7e2b72d38f8485a43ed3c68db5ddd34ba"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fdotnet-github-actions-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fdotnet-github-actions-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fdotnet-github-actions-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IEvangelist%2Fdotnet-github-actions-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IEvangelist","download_url":"https://codeload.github.com/IEvangelist/dotnet-github-actions-sdk/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142063,"owners_count":20890652,"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":["csharp","docker","dotnet","github-actions"],"created_at":"2024-10-03T12:05:23.827Z","updated_at":"2025-04-04T08:05:49.877Z","avatar_url":"https://github.com/IEvangelist.png","language":"C#","funding_links":["https://github.com/sponsors/IEvangelist"],"categories":[],"sub_categories":[],"readme":"\u003c!-- https://socialify.git.ci/IEvangelist/dotnet-github-actions-sdk?description=1\u0026font=Rokkitt\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026theme=Dark --\u003e\n\n![dotnet-github-actions-sdk](https://socialify.git.ci/IEvangelist/dotnet-github-actions-sdk/image?description=1\u0026font=Rokkitt\u0026language=1\u0026name=1\u0026owner=1\u0026pattern=Plus\u0026theme=Dark)\n\n# GitHub Actions Workflow .NET SDK\n\n[![build-and-test](https://github.com/IEvangelist/dotnet-github-actions-sdk/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/IEvangelist/dotnet-github-actions-sdk/actions/workflows/build-and-test.yml)\n[![code analysis](https://github.com/IEvangelist/dotnet-github-actions-sdk/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/IEvangelist/dotnet-github-actions-sdk/actions/workflows/codeql-analysis.yml)\n[![publish nuget](https://github.com/IEvangelist/dotnet-github-actions-sdk/actions/workflows/publish.yml/badge.svg)](https://github.com/IEvangelist/dotnet-github-actions-sdk/actions/workflows/publish.yml)\n[![NuGet](https://img.shields.io/nuget/v/GitHub.Actions.Core.svg?style=flat)](https://www.nuget.org/packages/GitHub.Actions.Core) \u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\nThe .NET equivalent of the official GitHub [actions/toolkit](https://github.com/actions/toolkit) repository, and is currently a work in progress. While there isn't currently 100% feature complete compatibility between these two repositories, that is the eventual goal.\n\n## Blog\n\n[🔗 Hello from the GitHub Actions: Core .NET SDK](https://davidpine.net/blog/github-actions-sdk)\n\n## GitHub Actions .NET Toolkit\n\nThe GitHub Actions .NET ToolKit provides a set of packages to make creating actions easier.\n\n## Packages\n\n:heavy_check_mark: [`GitHub.Actions.Core`](src/Actions.Core)\n\nProvides functions for inputs, outputs, results, logging, secrets and variables. Read more [here](src/Actions.Core)\n\n```\ndotnet add package GitHub.Actions.Core\n```\n\nFor more information, see [📦 GitHub.Actions.Core](https://www.nuget.org/packages/GitHub.Actions.Core).\n\n:ice_cream: [`GitHub.Actions.Glob`](src/Actions.Glob)\n\nProvides functions to search for files matching glob patterns. Read more [here](src/Actions.Glob)\n\n```\ndotnet add package GitHub.Actions.Glob\n```\n\nFor more information, see [📦 GitHub.Actions.Glob](https://www.nuget.org/packages/GitHub.Actions.Glob).\n\n\u003c!--\n\n:pencil2: [`GitHub.Actions.IO`](src/Actions.IO)\n\nProvides disk i/o functions like cp, mv, rmRF, which etc. Read more [here](src/Actions.IO)\n\n```\ndotnet add package GitHub.Actions.IO\n```\n\nFor more information, see [📦 GitHub.Actions.IO](https://www.nuget.org/packages/GitHub.Actions.IO).\n\n--\u003e\n\n:octocat: [`GitHub.Actions.Octokit`](src/Actions.Octokit)\n\nProvides an Octokit client hydrated with the context that the current action is being run in. Read more [here](src/Actions.Octokit)\n\n```bash\ndotnet add package GitHub.Actions.Octokit\n```\n\nFor more information, see [📦 GitHub.Actions.Octokit](https://www.nuget.org/packages/GitHub.Actions.Octokit).\n\n## Contributors ✨\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.chethusk.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/573979?v=4?s=100\" width=\"100px;\" alt=\"Chet Husk\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChet Husk\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IEvangelist/dotnet-github-actions-sdk/commits?author=baronfel\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/js6pak\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35262707?v=4?s=100\" width=\"100px;\" alt=\"js6pak\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ejs6pak\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IEvangelist/dotnet-github-actions-sdk/commits?author=js6pak\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/IEvangelist/dotnet-github-actions-sdk/commits?author=js6pak\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://david.gardiner.net.au\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/384747?v=4?s=100\" width=\"100px;\" alt=\"David Gardiner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDavid Gardiner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IEvangelist/dotnet-github-actions-sdk/commits?author=flcdrg\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://thnetii.td.org.uit.no/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8759693?v=4?s=100\" width=\"100px;\" alt=\"Fredrik Høisæther Rasch\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFredrik Høisæther Rasch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/IEvangelist/dotnet-github-actions-sdk/commits?author=fredrikhr\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#ideas-fredrikhr\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fievangelist%2Fdotnet-github-actions-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fievangelist%2Fdotnet-github-actions-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fievangelist%2Fdotnet-github-actions-sdk/lists"}