Skip to content

Commit

Permalink
Merge pull request #110 from Kronos-Integration/mkpr/1
Browse files Browse the repository at this point in the history
mkpr
  • Loading branch information
arlac77 committed Jun 9, 2020
2 parents 41e98ff + f8f2cad commit 60de40a
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
name: API to readme
'on':
on:
schedule:
- cron: 31 14 * * *
- cron: "31 14 * * *"
jobs:
update_readme_api:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
- name: doc
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.4.0
node-version: [-10, -11, -12, -13, -14, 14.4.0]
- run: npm install
- run: npm run docs
- name: pr
uses: gr2m/create-or-update-pull-request-action@v1.x
- uses: gr2m/create-or-update-pull-request-action@v1.x
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
path: README.md
title: Sync API into README
branch: readme-api
commit-message: 'docs(README): sync API'
path: "README.md"
title: "Sync API into README"
branch: "readme-api"
commit-message: "docs(README): sync API"

0 comments on commit 60de40a

Please sign in to comment.