20 lines
581 B
YAML
20 lines
581 B
YAML
name: 'log match action'
|
|
description: 'Gitea action log match key'
|
|
author: 'GitLink'
|
|
inputs:
|
|
match-step:
|
|
description: 'Gitea action job in steps.'
|
|
match-key:
|
|
description: 'Gitea action job in steps match key.'
|
|
match-job-name:
|
|
description: 'match job name, default env.job_name.'
|
|
upload-api-domain:
|
|
description: 'match value upload api save it.'
|
|
check-contains-link:
|
|
description: 'default true, Check if links are included.'
|
|
show-type:
|
|
description: 'default html, html or json.'
|
|
runs:
|
|
using: 'node20'
|
|
main: 'dist/index.js'
|