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

move skip_outputs to action definition in tests

This commit is contained in:
JM Faircloth 2023-06-12 12:21:48 -05:00
parent 9742b3319a
commit c54fc97585
2 changed files with 6 additions and 3 deletions

View file

@ -5,8 +5,5 @@ on:
- '.github/workflows/**'
jobs:
actionlint:
# don't enforce strict typing for outputs (defined in this repo's
# action.yml) because vault-action's outputs are dynamic
skip_outputs: true
# using `main` as the ref will keep your workflow up-to-date
uses: hashicorp/vault-workflows-common/.github/workflows/actionlint.yaml@main

View file

@ -134,6 +134,9 @@ jobs:
- name: Test Vault Action (default KV V2)
uses: ./
# Don't enforce strict typing for outputs (defined in this repo's
# action.yml) because vault-action's outputs are dynamic
skip_outputs: true
id: kv-secrets
with:
url: http://localhost:8200
@ -205,6 +208,9 @@ jobs:
- name: Test Vault Action (default KV V2)
uses: ./
# Don't enforce strict typing for outputs (defined in this repo's
# action.yml) because vault-action's outputs are dynamic
skip_outputs: true
id: kv-secrets-tls
with:
url: https://localhost:8200