{"repo":"cake-build/cake-action","free":true,"listed":false,"github":"https://github.com/cake-build/cake-action","clone":"git clone https://github.com/cake-build/cake-action.git","description":":cake::octocat: Run Cake (C# Make) in your GitHub Actions workflows.","language":"TypeScript","stars":51,"topics":["github","actions","github-actions","cake-build","build-tool","build-automation","continuous-integration","continuous-delivery","hacktoberfest"],"license":"MIT","category":"workflow-automation","readme_excerpt":"Cake for GitHub Actions This action allows you to run a Cake script or Cake Frosting project from your GitHub Actions workflow without having to use a bootstrapper. Usage Using the Cake action from a GitHub Actions workflow is as simple as referencing this repository from a build step: The Cake action will look for a script named build.cake in your repository's root directory and run it for you using the Cake Tool. You can also specify the path to your Cake script using the script-path option. If you are using a Cake Frosting project instead, you must specify the path to your .csproj file with the project-path parameter. You can also use file-path to specify a C# file ( .cs ) that contains a file-based Cake app ( requires .NET 10 or later ). All output from the Cake script or Cake Frosting project is automatically redirected to the build log for inspection. Inputs script-path If your Cake script is located somewhere other than the root directory of your project, you can specify its path using the script-path input parameter: project-path If you are using Cake Frosting, you must specify the path to the project file with the project-path input parameter: file-path If you want to run a C# file-based Cake app, specify the path to your .cs file using the file-path input parameter: Note: Running C# file-based Cake apps requires .NET 10 or higher to be available in your environment. The action will automatically run the specified file as a file-based Cake app. target You'll likely w","default_branch":null,"files":null,"tree":[],"storefront":"/r/cake-build","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/cake-build/cake-action/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}