Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Star

on:
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"
```