mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2024-11-17 02:48:31 -07:00
Create update_zhc.yml
This commit is contained in:
parent
7e46435d86
commit
7a992fa180
21
.github/workflows/update_zhc.yml
vendored
Normal file
21
.github/workflows/update_zhc.yml
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
name: Update zigbee-herdsman-converters
|
||||||
|
on:
|
||||||
|
repository_dispatch:
|
||||||
|
types: update_zhc
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
update_zhc:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
ref: dev
|
||||||
|
- uses: actions/setup-node@v2-beta
|
||||||
|
with:
|
||||||
|
node-version: 12
|
||||||
|
- run: npm install zigbee-herdsman-converters@${{ github.event.client_payload.version }}
|
||||||
|
- run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev
|
||||||
|
- uses: peter-evans/create-pull-request@v2
|
||||||
|
with:
|
||||||
|
commit-message: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}
|
||||||
|
branch: "update_zhc"
|
Loading…
Reference in New Issue
Block a user