generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
34 lines (32 loc) · 831 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: 'Gear tech fork action.'
description: 'Fork checks from workflow run.'
inputs:
token:
description: 'The github token to trigger this action.'
required: true
workflow_id:
description: 'The ID of the target workflow.'
required: true
jobs:
description: 'The jobs to be forked from the jobs of target workflow.'
required: true
inputs:
description: 'The inputs of the target workflow'
required: true
default: '{}'
prefix:
description: 'The prefix of the check'
required: true
default: ''
labels:
description: 'Current Labels for detecting profiles'
default: '[]'
useProfiles:
description: 'If generate profiles'
default: false
useMulti:
description: 'If enable multi build fields'
default: false
runs:
using: node20
main: dist/index.js