Skip to content

Commit 7718b0e

Browse files
committed
Fix empty env var
1 parent ebe9851 commit 7718b0e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-env.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,4 @@ jobs:
4747
run: |
4848
echo "${{ secrets.ENVRC }}" > .envrc.local
4949
nix develop
50-
nix run .#cardano-services.${{ inputs.environment }}.status
51-
nix run .#cardano-services.${{ inputs.environment }}.plan
52-
echo "yes" | nix run .#cardano-services.${{ inputs.environment }}.apply
50+
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1' }}.apply

0 commit comments

Comments
 (0)