Skip to content

Commit

Permalink
BC-5468 update op command
Browse files Browse the repository at this point in the history
  • Loading branch information
UzaeirKhan committed Nov 5, 2023
1 parent ddb8af7 commit 01db6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
for instance in "${instances[@]}"; do
for environment in "${environments[@]}"; do
vault_name="cy-${environment}-${instance}"
op get document test --vault "$vault_name" --output ${{ github.workspace }}/e2e-system-tests/env_variables/file-${environment}-${instance}.json
op document get test --vault "$vault_name" --output ${{ github.workspace }}/e2e-system-tests/env_variables/file-${environment}-${instance}.json
done
done
Expand Down

0 comments on commit 01db6cd

Please sign in to comment.