mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
try to fix quoting
This commit is contained in:
parent
c1854c79e5
commit
f2b68a61c2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/actionlint.yaml
vendored
2
.github/workflows/actionlint.yaml
vendored
|
|
@ -12,4 +12,4 @@ jobs:
|
|||
- name: "Lint workflow files"
|
||||
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
|
||||
with:
|
||||
args: -ignore 'property "othersecret" is not defined in object type {}'
|
||||
args: "-ignore \"property 'othersecret' is not defined in object type {}\""
|
||||
|
|
|
|||
Loading…
Reference in a new issue