ganymede-bio/Flow Pull Action
Pull the latest version of flow code from Ganymede. This action supports pulling all flows or just a single flow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | The Ganymede environment to pull from. This value is shown in the URL. For example, if your Ganymede homepage has the URL https://mycompany.ganymede.bio/mycompany-dev/home, you would use mycompany-dev | yes | — |
| ganymede_subdomain | The Ganymede subdomain where the environment is located. If your Ganymede URL is mycompany.ganymede.bio, this would be mycompany | yes | — |
| ganymede_api_token | API token for authenticating with Ganymede | yes | — |
| flow_name | If this field is set, only the specified flow will be pulled. If not set, all flows will be pulled. This is the flow name that is displayed in the URL. | no | — |
| zip_directory | If this field is set, the flow will be unzipped to the specified directory. If not set, the flow will be unzipped to a directory named as the environment name. | no | — |
| include_lib_files | If this field is set to true, code in lib/, accessible to all Flows, will be included in the download. Defaults to true. | no | true |
Outputs
| name | description |
|---|---|
| zip_dir | The full path to the zip directory where the flow was unzipped. |