elegantchaos/actionbuilderplugin
[comment]: <> (Header Generated by ActionStatus 2.0.6 - 494)
Usage
Add this repo to your package dependencies:
dependencies: [
.package(url: "https://github.com/elegantchaos/ActionBuilderPlugin.git", from: "2.1.2"),
/* other dependencies here... */
],Invoke the tool from the command line:
swift package plugin --allow-writing-to-package-directory generate-workflow
Configuration
By default, the plugin attempts to guess exactly what the workflow should do, based on the contents of the Package.swift file.
If you want more control though, you can add a .actionbuilder.json file at the root of the package. This lets you specify a number of options when generating the workflow file.
See ActionBuilderCore for full details.
If you pass the --create-config flag to the plugin itself, it will make a new empty config file for you.
Package Metadata
Repository: elegantchaos/actionbuilderplugin
Default branch: main
README: README.md