mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
correct workflow name and use main version
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
This commit is contained in:
parent
cd56c017ba
commit
74c76b8240
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codespell.yml
vendored
4
.github/workflows/codespell.yml
vendored
|
@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ansible-lint:
|
codespell:
|
||||||
uses: "dev-sec/.github/.github/workflows/codespell.yml@codespell"
|
uses: "dev-sec/.github/.github/workflows/codespell.yml@main"
|
||||||
with:
|
with:
|
||||||
ignore_words_list: "chage"
|
ignore_words_list: "chage"
|
||||||
|
|
Loading…
Reference in a new issue