-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
When zx script becomes a part of cicd pipeline/container its parameterization may lose readability, but env map will be much clearer:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
run: npx some-zx-based-tool
env:
ZX_VERBOSE: true
ZX_SHELL: /some/custom/shell/pathReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels