Skip to content

Commit

Permalink
Fix string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
ce0la committed Jul 26, 2024
1 parent 66165df commit 6e81a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: |
echo "${{ secrets.ENVRC }}" > .envrc.local
source .envrc.local
nix develop -L --command bash -c '
nix develop -L --command bash -c "
set -euo pipefail
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
"

0 comments on commit 6e81a8f

Please sign in to comment.