Skip to content

Merge pull request #31 from KazooTTT/chore/action-update #5

Merge pull request #31 from KazooTTT/chore/action-update

Merge pull request #31 from KazooTTT/chore/action-update #5

name: Automate Contrib in README
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Update README.md
uses: akhilmhdh/[email protected]
with:
readme_path: "README.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update README.zh-CN.md
uses: akhilmhdh/[email protected]
with:
readme_path: "README.zh-CN.md"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}