Skip to content
star

GitHub Action

Starred to Logseq

v1.3.0 Latest version

Starred to Logseq

star

Starred to Logseq

Sync you starred repo to Logseq

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Starred to Logseq

uses: zhaochunqi/[email protected]

Learn more about this action in zhaochunqi/starred-to-logseq-action

Choose a version

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

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"