mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 08:36:55 +00:00
try escaping
This commit is contained in:
parent
78909f5108
commit
7f06a9c4cc
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"
|
- name: "Lint workflow files"
|
||||||
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
|
uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest
|
||||||
with:
|
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