Skip to content

Commit

Permalink
chore: add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liweijie0812 committed Jan 2, 2025
1 parent ba902d9 commit 6452595
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: tdesign-pr-comment-action
description: tdesign-pr-comment-action
author: TDesign
inputs:
owner:
description: owner
required: false
repo:
description: repo
required: false
pr_number:
description: pr_number
required: false

runs:
using: node20
main: dist/index.js

0 comments on commit 6452595

Please sign in to comment.