From c54fc9758513014e3a1e4a8533ab693923868771 Mon Sep 17 00:00:00 2001 From: JM Faircloth Date: Mon, 12 Jun 2023 12:21:48 -0500 Subject: [PATCH] move skip_outputs to action definition in tests --- .github/workflows/actionlint.yaml | 3 --- .github/workflows/build.yml | 6 ++++++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yaml b/.github/workflows/actionlint.yaml index 47be0ca..6ba4387 100644 --- a/.github/workflows/actionlint.yaml +++ b/.github/workflows/actionlint.yaml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50b68b9..2191896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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