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

comment on the ordering of subsequent actions test

This commit is contained in:
Thy Ton 2023-06-13 11:16:29 -07:00
parent ca2991b007
commit 03618eedb3
2 changed files with 5 additions and 0 deletions

View file

@ -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:

3
.gitignore vendored
View file

@ -59,3 +59,6 @@ typings/
# next.js build output
.next
# GoLand IDE project files
.idea