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