Skip to content

Commit 8452644

Browse files
committed
Fix command-block workflow
1 parent d4de043 commit 8452644

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/command-block.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ on:
44
paths:
55
- 'commands/docs/**'
66

7+
# Fix Resource not accessible by integration (updatePullRequest)
8+
permissions:
9+
contents: write
10+
pull-requests: write
11+
712
jobs:
813
comment:
914
runs-on: ubuntu-latest
15+
# If the docs was updated by hustcer, skip the commenting step
16+
# if: ${{ github.event.pull_request.user.login != 'hustcer' }}
1017
steps:
1118
- uses: actions/[email protected]
1219
with:

commands/docs/registry_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: registry query
33
categories: |
44
system
5-
version: 0.100.0
5+
version: 0.101.0
66
system: |
77
Query the Windows registry.
88
usage: |

0 commit comments

Comments
 (0)