The .NET equivalent of the official GitHub 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.
🔗 Hello from the GitHub Actions: Core .NET SDK
The GitHub Actions .NET ToolKit provides a set of packages to make creating actions easier.
Provides functions for inputs, outputs, results, logging, secrets and variables. Read more here
dotnet add package GitHub.Actions.Core
For more information, see 📦 GitHub.Actions.Core.
Provides functions to search for files matching glob patterns. Read more here
dotnet add package GitHub.Actions.Glob
For more information, see 📦 GitHub.Actions.Glob.
Provides an Octokit client hydrated with the context that the current action is being run in. Read more here
dotnet add package GitHub.Actions.Octokit
For more information, see 📦 GitHub.Actions.Octokit.
Thanks goes to these wonderful people (emoji key):
Chet Husk 💻 |
js6pak 💻 |
David Gardiner 💻 |
Fredrik Høisæther Rasch 💻 🤔 |
This project follows the all-contributors specification. Contributions of any kind welcome!