Skip to content

Commit

Permalink
env in quotes in pull master action
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocampos-ssa committed Aug 29, 2024
1 parent 4629e15 commit 9ac302a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-master-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with_cache: true

- name: Restore .env file
run: echo $NODES_ENV | base64 -d > packages/kos-sdk/.env.nodes
run: echo "$NODES_ENV" | base64 -d > packages/kos-sdk/.env.nodes
env:
NODES_ENV: ${{ secrets.NODES_ENV }}

Expand Down

0 comments on commit 9ac302a

Please sign in to comment.