sage-darling/Project-JAAB
Create a JMP Addin with repository files and optional other repository files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Security token to use as access to certain repositories. Required for private repositories | — | — |
| owner_repo | The repo owner and repo name that has triggered the action. | — | ${{github.repository}} |
| run_id | The run reference id that triggered the action. | — | ${{github.event.release.id}} |
| make_meta_file | Boolean. true will make the custom meta data file. false will not. defaults to false. | — | false |
| final_pub_path | The pathway where the published addin list is located. | no | "" |
| pub_name | The pathway where the published addin list is located. | no | publishedaddins.jsl |
| addin_id | The addin ID which is how JMP recognizes the addin. Usually in the format com.company.namehere | yes | — |
| addin_name | The addin name | yes | — |
| jmpcust_txt_file | The 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 | — |
| author | The author of the addin. Default is empty | — | "" |
| external_files | File 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_suffix | Boolean. 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 |
Outputs
no outputs