docs: up website & sh

This commit is contained in:
元凛
2022-02-09 17:24:35 +08:00
parent f6cad1ea63
commit 1a0a9f0bf6
41 changed files with 1340 additions and 2278 deletions

View File

@@ -1,6 +1,7 @@
import * as github from '@actions/github';
import { dealStringToArr, THANKS } from 'actions-util';
import * as github from '@actions/github';
import * as core from './core';
import { IssueHelperEngine } from './helper';
import type { TAction } from './types';