Skip to content

Commit

Permalink
Merge pull request #48 from fastly/kailan-viceroy-version-default
Browse files Browse the repository at this point in the history
Provide default value for `viceroy_version` in main action manifest
  • Loading branch information
kailan authored Mar 22, 2024
2 parents d811a69 + 736964f commit c31e44b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ inputs:
description: 'The version of the Fastly CLI to install, e.g. v0.20.0'
required: false
default: 'latest'
viceroy_version:
description: 'The version of Viceroy to install, e.g. v0.1.0'
required: false
default: 'latest'
service_id:
description: 'The Fastly service ID to deploy to. Defaults to the value in fastly.toml'
required: false
Expand Down

0 comments on commit c31e44b

Please sign in to comment.