From 9c0ba04b31e92b7ed20e5c3509b5cbcc5447f565 Mon Sep 17 00:00:00 2001 From: Bill Church Date: Mon, 26 Aug 2024 07:58:02 -0400 Subject: [PATCH] Update action-test.yml --- .github/workflows/action-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 9c31aa1..b12ff48 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -5,7 +5,7 @@ on: inputs: tag: description: 'Repo Branch/Tag' - default: '0.4.6' + default: 'main' type: 'string' required: true