5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 15:16:56 +00:00

chore: fix step output syntax

This commit is contained in:
Richard Simpson 2020-02-20 11:38:11 -06:00 committed by GitHub
parent 5357098084
commit 4edbc9a77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -142,7 +142,7 @@ jobs:
- name: verify - name: verify
run: npm run test:e2e run: npm run test:e2e
env: env:
OTHER_SECRET_OUTPUT: ${{ job.kv-secrets.outputs.otherSecret }} OTHER_SECRET_OUTPUT: ${{ steps.kv-secrets.outputs.otherSecret }}
publish: publish:
if: github.event_name == 'push' && contains(github.ref, 'master') if: github.event_name == 'push' && contains(github.ref, 'master')