Skip to content

Merge branch 'master' of github.com:amphitheatre-app/playground #2

Merge branch 'master' of github.com:amphitheatre-app/playground

Merge branch 'master' of github.com:amphitheatre-app/playground #2

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 }}