Skip to content

Commit

Permalink
Merge pull request #111 from Kronos-Integration/npm-template-sync/arl…
Browse files Browse the repository at this point in the history
…ac77/template-github-action,arlac77/template-kronos-component

merge from arlac77/template-github-action,arlac77/template-kronos-component
  • Loading branch information
arlac77 committed Jun 10, 2020
2 parents 60de40a + a2774d7 commit a6a580d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/update_readme_api.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
name: API to readme
on:
'on':
schedule:
- cron: "31 14 * * *"
- cron: 31 14 * * *
jobs:
update_readme_api:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: [-10, -11, -12, -13, -14, 14.4.0]
node-version:
- 14.4.0
- run: npm install
- run: npm run docs
- 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 a6a580d

Please sign in to comment.