From 03618eedb3eed92381624497dc05ac4e93f60b12 Mon Sep 17 00:00:00 2001 From: Thy Ton Date: Tue, 13 Jun 2023 11:16:29 -0700 Subject: [PATCH] comment on the ordering of subsequent actions test --- .github/workflows/build.yml | 2 ++ .gitignore | 3 +++ 2 files changed, 5 insertions(+) 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