Skip to content

Commit

Permalink
Pointing GHA to issue branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone committed Dec 29, 2024
1 parent 13df4f1 commit 03d3cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint-this-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
markdown-linting:
name: Markdown Linting
uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@dev
uses: Lombiq/GitHub-Actions/.github/workflows/markdown-lint.yml@renovate/davidanson-markdownlint-cli2-action-19.x
with:
globs: '**/*.{md,markdown};!License.md'
separator: ;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
token: ${{ secrets.CHECKOUT_TOKEN }}

- name: Markdown Linting
uses: Lombiq/GitHub-Actions/.github/actions/markdown-lint@dev
uses: Lombiq/GitHub-Actions/.github/actions/markdown-lint@renovate/davidanson-markdownlint-cli2-action-19.x
with:
config: ${{ inputs.config }}
fix: ${{ inputs.fix }}
Expand Down

0 comments on commit 03d3cc6

Please sign in to comment.