Skip to content

Update longest-common-prefix.md #9

Update longest-common-prefix.md

Update longest-common-prefix.md #9

Workflow file for this run

name: generator
on:
push:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip')"
steps:
- uses: actions/[email protected]
- name: Update readme
uses: linuxsuren/[email protected]
env:
GH_TOKEN: ${{ secrets.GH_SECRETS }}
with:
pattern: 'items/*.md'
username: linuxsuren
org: devops-ws
repo: learn-code
sortby: '!rank'