feat: first commit

This commit is contained in:
2024-10-06 22:34:39 +08:00
parent c3e9208e3a
commit 206d9eb926
12 changed files with 2621 additions and 0 deletions

10
action.yml Normal file
View File

@ -0,0 +1,10 @@
name: 'The name of your action here'
description: 'Provide a description here'
author: 'Your name or organization here'
branding:
icon: 'heart'
color: 'red'
runs:
# pre: 'index.mjs'
using: 'node20'
main: 'index.mjs'