Skip to content

Commit 9da7daf

Browse files
committed
Linkify readme text where appropriate to provide easy access to supporting information
1 parent af41e45 commit 9da7daf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This action comments on the pull request with a report on the resulting change i
66

77
### `size-deltas-reports-artifact-name`
88

9-
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.
9+
Name of the [workflow artifact](https://docs.github.com/en/actions/configuring-and-managing-workflows/persisting-workflow-data-using-artifacts) that contains the memory usage data, as specified to the [`actions/upload-artifact`](https://github.com/actions/upload-artifact) action via its `name` input.
1010

1111
**Default**: `"size-deltas-reports"`
1212

1313
### `github-token`
1414

15-
GitHub access token used to comment the memory usage comparison results to the PR thread.
15+
[GitHub access token](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) used to comment the memory usage comparison results to the PR thread.
1616

17-
**Default**: [`GITHUB_TOKEN`](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token).
17+
**Default**: [`GITHUB_TOKEN`](https://help.github.com/en/actions/configuring-and-managing-workflows/authenticating-with-the-github_token)
1818

1919
## Example usage
2020

0 commit comments

Comments
 (0)