Delete update-readme.yml
This commit is contained in:
parent
970c0eaea1
commit
110cd7d255
|
@ -1,28 +0,0 @@
|
|||
name: Update README.md
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
generate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm install
|
||||
|
||||
- name: Update README.md
|
||||
run: npm run update-readme
|
||||
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v1.5.1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COMMIT_MESSAGE: 'Update README.md'
|
||||
PULL_REQUEST_BRANCH: bot-patch
|
||||
PULL_REQUEST_TITLE: '[Bot] Update README.md'
|
||||
PULL_REQUEST_BODY: >
|
||||
This pull request is auto-generated by GitHub action.
|
Loading…
Reference in New Issue