From b061420ba86038d32b0c5fc3209fcacca9daf8f8 Mon Sep 17 00:00:00 2001 From: clearloop Date: Tue, 7 May 2024 16:57:08 +0800 Subject: [PATCH] chore(action): add needs to the manifest --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 862bb9d..b0c1651 100644 --- a/action.yml +++ b/action.yml @@ -18,8 +18,8 @@ inputs: description: 'The inputs of the target workflow' required: true default: '{}' - workflow: - description: 'The workflow of the check' + prefix: + description: 'The prefix of the check' required: true default: '' repo: @@ -30,6 +30,9 @@ inputs: description: 'The git reference of the target workflow.' required: true default: 'master' + needs: + description: 'The required jobs for the target jobs' + default: '[]' runs: using: node20