Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Install problem matcher
uses: xt0rted/markdownlint-problem-matcher@v3
- name: Lint README.md file
uses: nosborn/github-action-markdown-cli@v3.3.0
uses: nosborn/github-action-markdown-cli@v3.4.0
with:
files: './README.md'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ If JIRA ticket for a security update already exists it will not be recreated.
- `JIRA_HOST`: The endpoint for your JIRA instance, e.g.
<https://reload.atlassian.net> (**REQUIRED**)
- `JIRA_USER`: The ID of the JIRA user which is associated with `JIRA_TOKEN`
e.g. 'someuser@reload.dk' (**REQUIRED**)
e.g. '<someuser@reload.dk>' (**REQUIRED**)
- `JIRA_PROJECT`: The project key for the Jira project where issues should be
created, e.g. `TEST` or `ABC`. (**REQUIRED**)
- `JIRA_ISSUE_TYPE`: Type of issue to create, e.g. `Security`. Defaults to
Expand Down