From 0b4d3e350c80240977d7997784f338e57d11ac00 Mon Sep 17 00:00:00 2001 From: floraachy <1622042529@gitlink.com> Date: Thu, 20 Mar 2025 08:38:29 +0800 Subject: [PATCH] ADD file via upload --- action.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 action.yml diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..22d1614 --- /dev/null +++ b/action.yml @@ -0,0 +1,19 @@ +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'