From 120554336dd7c338b721ec82fa8c46401d9b04ce Mon Sep 17 00:00:00 2001 From: yourmoonlight Date: Wed, 27 Jul 2022 16:19:16 +0800 Subject: [PATCH] add action name and manual test --- .github/workflows/auto_bump_homebrew.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_bump_homebrew.yml b/.github/workflows/auto_bump_homebrew.yml index 64c30cef9b..33785635bb 100644 --- a/.github/workflows/auto_bump_homebrew.yml +++ b/.github/workflows/auto_bump_homebrew.yml @@ -2,11 +2,12 @@ on: push: tags: 'v*' workflow_dispatch: - inputs: - tag-name: - description: 'The git tag name to bump the formula to' - required: true + # inputs: + # tag-name: + # description: 'The git tag name to bump the formula to' + # required: true +name: Auto Bump Homebrew jobs: homebrew: name: Bump Homebrew formula