5
0
Fork 0
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:
JM Faircloth 2023-06-12 14:24:56 -05:00
parent c1854c79e5
commit f2b68a61c2

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 {}\""