cake-action icon indicating copy to clipboard operation
cake-action copied to clipboard

:cake::octocat: Run Cake (C# Make) scripts in your GitHub Actions workflows.

Results 7 cake-action issues
Sort by recently updated
recently updated
newest added

This PR resolves #55 by fetching the version of the latest `Cake.Tool` release through the [GitHub REST API](https://docs.github.com/en/rest/releases/releases).

Added support for cake frosting projects Fixes #43

## Background Running the action without specifying the `--cake-version` input parameter implies installing the latest version of the `Cake.Tool` package. This is achieved by running `dotnet tool install` without the...

bug

Would be nice to be able to use the action with Frosting too, something like ```yaml steps: - name: Run the Cake script uses: cake-build/cake-action@vX with: arguments: | name: value...

enhancement

Many GitHub script actions support inline scripts i.e. Azure CLI task ```yaml with: inlineScript: | az account show az storage -h ``` When doing a Frosting bootstrapper workaround until #43...

I would like to have support to set workingDirectory where the script runs and searches for the toolsDirectory. Cause I have some trouble when running cake scripts that are not...

enhancement

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies