mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 08:36:55 +00:00
move skip_outpus to action.yml
This commit is contained in:
parent
c54fc97585
commit
df60ce93d6
2 changed files with 4 additions and 6 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -134,9 +134,6 @@ jobs:
|
||||||
|
|
||||||
- name: Test Vault Action (default KV V2)
|
- name: Test Vault Action (default KV V2)
|
||||||
uses: ./
|
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
|
id: kv-secrets
|
||||||
with:
|
with:
|
||||||
url: http://localhost:8200
|
url: http://localhost:8200
|
||||||
|
|
@ -208,9 +205,6 @@ jobs:
|
||||||
|
|
||||||
- name: Test Vault Action (default KV V2)
|
- name: Test Vault Action (default KV V2)
|
||||||
uses: ./
|
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
|
id: kv-secrets-tls
|
||||||
with:
|
with:
|
||||||
url: https://localhost:8200
|
url: https://localhost:8200
|
||||||
|
|
|
||||||
|
|
@ -91,3 +91,7 @@ runs:
|
||||||
branding:
|
branding:
|
||||||
icon: 'unlock'
|
icon: 'unlock'
|
||||||
color: 'gray-dark'
|
color: 'gray-dark'
|
||||||
|
# Don't enforce strict typing for outputs (defined in this repo's action.yml)
|
||||||
|
# because vault-action's outputs are dynamic. This is useful for repo's that
|
||||||
|
# make use of https://github.com/rhysd/actionlint
|
||||||
|
skip_outputs: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue