Skip to content

Commit 2ac196c

Browse files
authored
Add missing message-id to step which modifies PR comment (#2292)
`message-id` was added per #2271 to `mshick/add-pr-comment` steps in GitHub workflows, but one of the places was missing. The PR proposes to resolve that and to set the expected id, otherwise the affected step couldn't find the PR comment to update it (since `message-id: add-pr-comment` which it built by default differs).
1 parent eb3542c commit 2ac196c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-sphinx.yml

+1
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ jobs:
266266
- name: Modify the comment with URL to official documentation
267267
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2.8.2
268268
with:
269+
message-id: url_to_docs
269270
find: |
270271
View rendered docs @.+
271272
replace: |

0 commit comments

Comments
 (0)