ADD file via upload

This commit is contained in:
floraachy 2025-03-20 08:38:57 +08:00
parent 93c660c0f5
commit 06ff59214f
1 changed files with 17 additions and 0 deletions

17
action.txt Normal file
View File

@ -0,0 +1,17 @@
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.'
runs:
using: 'node20'
main: 'dist/index.js'