This commit is contained in:
Anatoly Laskaris 2023-03-22 17:24:13 +02:00
parent 985ab1b829
commit e4312359c5

View File

@ -36,6 +36,7 @@ jobs:
id-token: write
steps:
- run: echo ${{ inputs.js-client-snapshots }}
- name: Import secrets
uses: hashicorp/vault-action@v2.4.3
with:
@ -80,7 +81,6 @@ jobs:
cache: "npm"
- run: npm install
- run: echo ${{ fromJson(inputs.js-client-snapshots)['js-client.node'] }}
- name: Set js-client.node version
if: inputs.js-client-snapshots != 'null'