Skip to content

Commit 6e81a8f

Browse files
committedJul 26, 2024··
Fix string literals
1 parent 66165df commit 6e81a8f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/deploy-env.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: |
4848
echo "${{ secrets.ENVRC }}" > .envrc.local
4949
source .envrc.local
50-
nix develop -L --command bash -c '
50+
nix develop -L --command bash -c "
5151
set -euo pipefail
52-
echo "yes" | nix run .#cardano-services.${{ inputs.environment || \'ops-preview-1@us-east-1\' }}.apply
53-
'
52+
echo "yes" | nix run .#cardano-services.${{ inputs.environment || 'ops-preview-1@us-east-1' }}.apply
53+
"

0 commit comments

Comments
 (0)
Please sign in to comment.