We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1882421 commit 66165dfCopy full SHA for 66165df
.github/workflows/deploy-env.yaml
@@ -49,5 +49,5 @@ jobs:
49
source .envrc.local
50
nix develop -L --command bash -c '
51
set -euo pipefail
52
- echo "yes" | nix run .#cardano-services.${{ inputs.environment || "ops-preview-1@us-east-1" }}.apply
+ echo "yes" | nix run .#cardano-services.${{ inputs.environment || \'ops-preview-1@us-east-1\' }}.apply
53
'
0 commit comments