diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6d1582..778f18c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -162,6 +162,8 @@ jobs: /cubbyhole/test foo ; /cubbyhole/test zip | NAMED_CUBBYSECRET ; + # The ordering of these two Test Vault Action Overwrites Env Vars In Subsequent Action steps matters + # They should come before the Verify Vault Action Outputs step - name: Test Vault Action Overwrites Env Vars In Subsequent Action (part 1/2) uses: ./ with: diff --git a/.gitignore b/.gitignore index ad46b30..c4297e6 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# GoLand IDE project files +.idea