actions-marketplace-validations/actions-argo
Trigger an Argo Workflow from GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 25, 2019
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/machine-learning-apps_actions-argo@1985ce6763f3cc70fdd47e20144ec031eb90b3af # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| argo_url | The endpoint where your Argo UI is hosted. This is used to build the link for dashboard of unique runs. | yes | — |
| workflow_yaml_path | The full path name including the filename of the YAML file that describes the workflow you want to run on Argo. This should be relative to the root of the GitHub repository where the Action is triggered. | — | — |
| parameter_file_path | Parameter file that allows you to change variables in your workflow file. | — | "" |
Outputs
| name | description |
|---|---|
| WORKFLOW_URL | URL that is a link to the current run in Argo. |