You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
A GitHub action to create an issue using content from a file.
6
6
7
7
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).
9
9
This action will create an issue if a file exists at a specified path.
10
10
The content of the issue will be taken from the file as-is.
11
11
If the file does not exist the action exits silently.
@@ -23,7 +23,7 @@ If the file does not exist the action exits silently.
23
23
24
24
### Inputs
25
25
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`.
27
27
- `issue-number`- The issue number of an existing issue to update
28
28
- `title`(**required**) - The title of the issue
29
29
- `content-filepath`(**required**) - The file path to the issue content
0 commit comments