mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Co-authored-by: John-Michael Faircloth <fairclothjm@users.noreply.github.com>
This commit is contained in:
parent
0340681792
commit
5d9b28301a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/plugin-update.yml
vendored
4
.github/workflows/plugin-update.yml
vendored
|
|
@ -56,13 +56,13 @@ jobs:
|
|||
git config user.name hc-github-team-secure-vault-ecosystem
|
||||
git config user.email hc-github-team-secure-vault-ecosystem@users.noreply.github.com
|
||||
|
||||
- if: ! inputs.ent-only
|
||||
- if: inputs.ent-only != 'true'
|
||||
name: Update plugin
|
||||
run: |
|
||||
go get "github.com/hashicorp/${{ inputs.plugin }}@v${{ inputs.version }}"
|
||||
go mod tidy
|
||||
|
||||
- if: inputs.ent-only
|
||||
- if: inputs.ent-only == 'true'
|
||||
name: Update Enterprise-only plugin
|
||||
run: |
|
||||
(cd vault_ent && go get "github.com/hashicorp/${{ inputs.plugin }}@v${{ inputs.version }}" && go mod tidy)
|
||||
|
|
|
|||
Loading…
Reference in a new issue