Skip to content

fix: descriptions more sort #11

fix: descriptions more sort

fix: descriptions more sort #11

Workflow file for this run

name: Update Readme
on:
workflow_dispatch:
push:
branches:
- main
paths:
- "scripts/**.js"
- "**.json"
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- name: Generate
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm run update-readme
- name: Commit and Push Changes
uses: EndBug/add-and-commit@v7
with:
default_author: github_actions
message: "chore: update readme.md"