sage-darling/Project-JAAB

Create a JMP Addin with repository files and optional other repository files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenSecurity token to use as access to certain repositories. Required for private repositories
owner_repoThe repo owner and repo name that has triggered the action.${{github.repository}}
run_idThe run reference id that triggered the action.${{github.event.release.id}}
make_meta_fileBoolean. true will make the custom meta data file. false will not. defaults to false.false
final_pub_pathThe pathway where the published addin list is located.no""
pub_nameThe pathway where the published addin list is located.nopublishedaddins.jsl
addin_idThe addin ID which is how JMP recognizes the addin. Usually in the format com.company.namehereyes
addin_nameThe addin nameyes
jmpcust_txt_fileThe File name for the file that explains to JMP how to create the menu format. Must exist in the .github/workflows in a specific format (see action README.md)yes
authorThe author of the addin. Default is empty""
external_filesFile name that ends with the suffix .ini that exists in the .github/workflows in a specific format (see action README.md) that gives information about other repos to include files from in the addin build.no
tag_suffixBoolean. The final addin includes the version tag at the end in the addin name. Set to true to include it. Set to false to exclude it. Default is true.true

no outputs