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:
parent
7f06a9c4cc
commit
7f98c89212
1 changed files with 4 additions and 0 deletions
4
.github/workflows/actionlint.yaml
vendored
4
.github/workflows/actionlint.yaml
vendored
|
|
@ -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"'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue