Skip to content

Commit ecf6521

Browse files
Merge pull request #329 from reload/dependabot/github_actions/main/nosborn/github-action-markdown-cli-3.4.0
2 parents b10f2e7 + fa50f39 commit ecf6521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install problem matcher
8787
uses: xt0rted/markdownlint-problem-matcher@v3
8888
- name: Lint README.md file
89-
uses: nosborn/github-action-markdown-cli@v3.3.0
89+
uses: nosborn/github-action-markdown-cli@v3.4.0
9090
with:
9191
files: './README.md'
9292

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If JIRA ticket for a security update already exists it will not be recreated.
3232
- `JIRA_HOST`: The endpoint for your JIRA instance, e.g.
3333
<https://reload.atlassian.net> (**REQUIRED**)
3434
- `JIRA_USER`: The ID of the JIRA user which is associated with `JIRA_TOKEN`
35-
e.g. '[email protected]' (**REQUIRED**)
35+
e.g. '<[email protected]>' (**REQUIRED**)
3636
- `JIRA_PROJECT`: The project key for the Jira project where issues should be
3737
created, e.g. `TEST` or `ABC`. (**REQUIRED**)
3838
- `JIRA_ISSUE_TYPE`: Type of issue to create, e.g. `Security`. Defaults to

0 commit comments

Comments
 (0)