Fix pr not triggering checks

This commit is contained in:
Koen Kanters
2020-07-16 22:53:30 +02:00
parent 9b382595ea
commit f8463d9bb0
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -16,6 +16,8 @@ jobs:
- run: npm install zigbee-herdsman@${{ github.event.client_payload.version }} --save-exact
- run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev
- uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
with:
commit-message: Update zigbee-herdsman to ${{ github.event.client_payload.version }}
branch: "update_zh"
+2
View File
@@ -16,6 +16,8 @@ jobs:
- run: npm install zigbee-herdsman-converters@${{ github.event.client_payload.version }} --save-exact
- run: rm -rf node_modules npm-shrinkwrap.json && npm install && npm shrinkwrap --dev
- uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
with:
commit-message: Update zigbee-herdsman-converters to ${{ github.event.client_payload.version }}
branch: "update_zhc"