From 7f98c89212959ec976b3ca12110d245f3244b8a1 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 12 Jun 2023 14:42:53 -0500 Subject: [PATCH] add comment --- .github/workflows/actionlint.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 0005b00..ee79a64 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -12,4 +12,8 @@ jobs: - name: "Lint workflow files" uses: docker://docker.mirror.hashicorp.services/rhysd/actionlint:latest 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"'