Skip to content

Commit 9ec5054

Browse files
committed
Update readme
1 parent bbb5be9 commit 9ec5054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
A GitHub action to create an issue using content from a file.
66

77
This is designed to be used in conjunction with other actions that output to a file.
8-
Especially if that output can be formatted as [GitHub flavoured Markdown](https://help.github.com/en/articles/basic-writing-and-formatting-syntax).
8+
Especially if that output can be formatted as [GitHub flavoured Markdown](https://docs.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax).
99
This action will create an issue if a file exists at a specified path.
1010
The content of the issue will be taken from the file as-is.
1111
If the file does not exist the action exits silently.
@@ -23,7 +23,7 @@ If the file does not exist the action exits silently.
2323
2424
### Inputs
2525
26-
- `token` - `GITHUB_TOKEN` or a `repo` scoped [PAT](https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line). Defaults to `GITHUB_TOKEN`.
26+
- `token` - `GITHUB_TOKEN` or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). Defaults to `GITHUB_TOKEN`.
2727
- `issue-number` - The issue number of an existing issue to update
2828
- `title` (**required**) - The title of the issue
2929
- `content-filepath` (**required**) - The file path to the issue content

0 commit comments

Comments
 (0)