diff --git a/action.yml b/action.yml index 9c99bec..8b0544b 100644 --- a/action.yml +++ b/action.yml @@ -12,6 +12,10 @@ inputs: GITHUB_TOKEN: description: 'Github token' required: true + PROVIDER: + description: 'The provider to use' + required: true + default: 'azure' runs: using: 'composite' steps: