From 0d7e77b3302c3a62bb848101e2d0ecb70670a7d0 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Fri, 20 Jan 2023 01:18:52 +0000 Subject: [PATCH] Update defaults --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fd726f1..59135b3 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: filePattern: description: 'The file name pattern for environment files to upload' required: false - default: '*environment.yaml' + default: 'environment.yaml' runs: using: 'node16' main: 'dist/index.js'