初始化

This commit is contained in:
NOISE
2022-12-01 01:59:07 +08:00
commit 0c20a4eafe
5 changed files with 3590 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
name: Update awesome list
on:
push:
branches:
- main
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
watch:
types: [started]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Awesome generator
uses: simonecorsi/mawesome@v2
with:
api-token: ${{ secrets.PERSONAL_TOKEN }}
github-email: ${{ secrets.USER_EMAIL }}
template-path: "template/README.ejs"
github-name: ${{ github.repository_owner }}