5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-10 00:26:55 +00:00

try escaping

This commit is contained in:
JM Faircloth 2023-06-12 14:35:07 -05:00
parent 78909f5108
commit 7f06a9c4cc

View file

@ -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"'