Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ievangelist/dotnet-github-actions-sdk
The unofficial GitHub ToolKit for developing GitHub Actions with .NET.
https://github.com/ievangelist/dotnet-github-actions-sdk
csharp docker dotnet github-actions
Last synced: 14 days ago
JSON representation
The unofficial GitHub ToolKit for developing GitHub Actions with .NET.
- Host: GitHub
- URL: https://github.com/ievangelist/dotnet-github-actions-sdk
- Owner: IEvangelist
- License: mit
- Created: 2022-11-22T05:00:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T23:35:13.000Z (about 1 month ago)
- Last Synced: 2024-10-10T12:15:01.751Z (about 1 month ago)
- Topics: csharp, docker, dotnet, github-actions
- Language: C#
- Homepage: https://davidpine.net/blog/github-actions-sdk/
- Size: 286 KB
- Stars: 55
- Watchers: 3
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![dotnet-github-actions-sdk](https://socialify.git.ci/IEvangelist/dotnet-github-actions-sdk/image?description=1&font=Rokkitt&language=1&name=1&owner=1&pattern=Plus&theme=Dark)
# GitHub Actions Workflow .NET SDK
[![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)
[![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)
[![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)
[![NuGet](https://img.shields.io/nuget/v/GitHub.Actions.Core.svg?style=flat)](https://www.nuget.org/packages/GitHub.Actions.Core)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)The .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.
## Blog
[🔗 Hello from the GitHub Actions: Core .NET SDK](https://davidpine.net/blog/github-actions-sdk)
## GitHub Actions .NET Toolkit
The GitHub Actions .NET ToolKit provides a set of packages to make creating actions easier.
## Packages
:heavy_check_mark: [`GitHub.Actions.Core`](src/Actions.Core)
Provides functions for inputs, outputs, results, logging, secrets and variables. Read more [here](src/Actions.Core)
```
dotnet add package GitHub.Actions.Core
```For more information, see [📦 GitHub.Actions.Core](https://www.nuget.org/packages/GitHub.Actions.Core).
:ice_cream: [`GitHub.Actions.Glob`](src/Actions.Glob)
Provides functions to search for files matching glob patterns. Read more [here](src/Actions.Glob)
```
dotnet add package GitHub.Actions.Glob
```For more information, see [📦 GitHub.Actions.Glob](https://www.nuget.org/packages/GitHub.Actions.Glob).
:octocat: [`GitHub.Actions.Octokit`](src/Actions.Octokit)
Provides an Octokit client hydrated with the context that the current action is being run in. Read more [here](src/Actions.Octokit)
```bash
dotnet add package GitHub.Actions.Octokit
```For more information, see [📦 GitHub.Actions.Octokit](https://www.nuget.org/packages/GitHub.Actions.Octokit).
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Chet Husk
💻
js6pak
💻 ⚠️
David Gardiner
💻
Fredrik Høisæther Rasch
💻 🤔
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!