Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhaochunqi/starred-to-logseq-action
Tools for generate github star pages for logseq
https://github.com/zhaochunqi/starred-to-logseq-action
Last synced: about 2 months ago
JSON representation
Tools for generate github star pages for logseq
- Host: GitHub
- URL: https://github.com/zhaochunqi/starred-to-logseq-action
- Owner: zhaochunqi
- Created: 2023-07-23T01:28:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T22:17:53.000Z (4 months ago)
- Last Synced: 2024-09-17T03:20:00.882Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 Staron:
schedule:
- cron: "5 22 * * *"
env:
TZ: "Asia/Shanghai"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: zhaochunqi/starred-to-logseq-action@main
with:
username: "zhaochunqi"
targetDir: "./pages"
- uses: EndBug/add-and-commit@v9
with:
message: "Update Github Stars"
```