Skip to content

Commit

Permalink
Provide default value for viceroy_version in main action manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan authored Mar 22, 2024
1 parent d811a69 commit 736964f
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 736964f

Please sign in to comment.