Skip to content

Commit 5739a3b

Browse files
committed
Fix typo
1 parent 342bb17 commit 5739a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qhelp-pr-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This workflow checks for any changes in .qhelp files in pull requests.
2-
# For any changed files, it renders them to HTML in a file called `comment_body.txt`.
2+
# For any changed files, it renders them to markdown in a file called `comment_body.txt`.
33
# It then checks if there's an existing comment on the pull request generated by
44
# this workflow, and writes the comment ID to `comment_id.txt`.
55
# It also writes the PR number to `pr_number.txt`.

0 commit comments

Comments
 (0)