Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaochunqi committed Sep 4, 2023
1 parent 738787f commit 4766bce
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# Starred to logseq action
---

This action get github stars from a github person and write to Mardown files. It will generate github repo using the style like `[[github.com/zhaochunqi/starred-to-logseq-action]]`

I generate use it for my Logseq.

## How to Use

```yaml
name: Generate Github Star

on:
schedule:
- cron: "5 22 * * *"

env:
TZ: "Asia/Shanghai"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4766bce

Please sign in to comment.