Skip to content

Commit

Permalink
chore(action): add needs to the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
clearloop committed May 7, 2024
1 parent bc9a57b commit b061420
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit b061420

Please sign in to comment.