We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66165df commit 6e81a8fCopy full SHA for 6e81a8f
.github/workflows/deploy-env.yaml
@@ -47,7 +47,7 @@ jobs:
47
run: |
48
echo "${{ secrets.ENVRC }}" > .envrc.local
49
source .envrc.local
50
- nix develop -L --command bash -c '
+ 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
53
- '
+ echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
+ "
0 commit comments