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

add comment

This commit is contained in:
JM Faircloth 2023-06-12 14:42:53 -05:00
parent 7f06a9c4cc
commit 7f98c89212

View file

@ -12,4 +12,8 @@ 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:
# Ignore actionlint errors from strict typing for outputs that we use
# in our e2e tests.
# This error occurs because vault-action's outputs are dynamic but
# actionlint expects action.yml to define them.
args: '-ignore "property \"othersecret\" is not defined in object type"' args: '-ignore "property \"othersecret\" is not defined in object type"'