Skip to content

Bump nosborn/github-action-markdown-cli from 3.3.0 to 3.4.0 #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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. '[email protected]' (**REQUIRED**)
e.g. '<[email protected]>' (**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