Skip to content

Commit b14b774

Browse files
committed
Remove links from heading text in readme
These links result in invalid markup in the automatically generated table of contents. They were not essential in any way and it is probably not a great idea to put links in headings anyway so they are removed.
1 parent 81d2d38 commit b14b774

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ This action comments on the pull request with a report on the resulting change i
3939

4040
The action can be used in two ways:
4141

42-
#### Run from a [scheduled workflow](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule)
42+
#### Run from a scheduled workflow
4343

4444
Recommended for public repositories.
4545

46-
The use of a scheduled workflow is necessary in order for the action to have the [write permissions required to comment on pull requests submitted from forks](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token).
46+
The use of a [scheduled workflow](https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#onschedule) is necessary in order for the action to have the [write permissions required to comment on pull requests submitted from forks](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token).
4747

4848
In this usage, the `sketches-reports-source` defines the name of the workflow artifact that contains the memory usage data, as specified to the [`actions/upload-artifact`](https://github.com/actions/upload-artifact) action via its `name` input.
4949

50-
#### Run from the same workflow as the [`arduino/compile-sketches`](https://github.com/arduino/compile-sketches) action
50+
#### Run from the same workflow as the `arduino/compile-sketches` action
5151

5252
Recommended for private repositories.
5353

0 commit comments

Comments
 (0)