actions-marketplace-validations/Run Dunamai
Use Dunamai to determine a dynamic version from your VCS tags. This requires access to Python in the workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 28, 2023
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/mtkennerly_dunamai-action@9cd4531c0025990c4b81719270f328f459834d12 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| install | Version of Dunamai to install (e.g., "1.13.2"). Use the default if you don't need a specific version, or use "none" if your workflow installs Dunamai by other means. | no | latest |
| env-var | Name of environment variable in which to set the dynamic version. If this is empty, no environment variable will be set. | no | "" |
| command | Command to run Dunamai. | no | dunamai from any |
| args | Additional arguments to pass to the command. | no | "" |
Outputs
| name | description |
|---|---|
| version | The dynamic version. |