From de189448f10f227e681b98821ac22bb05062ca7b Mon Sep 17 00:00:00 2001 From: willy Date: Wed, 4 Sep 2024 18:04:20 +0900 Subject: [PATCH] feat: fix gitignore --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: