We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4de043 commit 8452644Copy full SHA for 8452644
.github/workflows/command-block.yml
@@ -4,9 +4,16 @@ on:
4
paths:
5
- 'commands/docs/**'
6
7
+# Fix Resource not accessible by integration (updatePullRequest)
8
+permissions:
9
+ contents: write
10
+ pull-requests: write
11
+
12
jobs:
13
comment:
14
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' }}
17
steps:
18
- uses: actions/github-script@v7.0.1
19
with:
commands/docs/registry_query.md
@@ -2,7 +2,7 @@
2
title: registry query
3
categories: |
system
-version: 0.100.0
+version: 0.101.0
system: |
Query the Windows registry.
usage: |
0 commit comments