mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 11:14:19 +00:00
fix: typing
This commit is contained in:
6
.github/workflows/update_dependencies.yml
vendored
6
.github/workflows/update_dependencies.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
cache: pnpm
|
||||
|
||||
- run: |
|
||||
pnpm self-update
|
||||
pnpm up --latest
|
||||
pnpm self-update
|
||||
pnpm up --latest
|
||||
|
||||
- uses: peter-evans/create-pull-request@v7
|
||||
id: cpr
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
if: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
with:
|
||||
issue-number: ${{ steps.cpr.outputs.pull-request-number }}
|
||||
body: "CC: @Koenkk"
|
||||
body: 'CC: @Koenkk'
|
||||
|
||||
Reference in New Issue
Block a user