Skip to content

Commit

Permalink
Fix wrong casing for options name
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 2, 2024
1 parent 36a55ef commit 841c548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: codespell-project/actions-codespell@v2
with:
skip: "${{ env.SKIP }}"
ignore-words-list: "${{ env.IGNORE_WORDS_LIST }}"
ignore_words_list: "${{ env.IGNORE_WORDS_LIST }}"

0 comments on commit 841c548

Please sign in to comment.