Skip to content

Commit

Permalink
var in quotes in action run
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocampos-ssa committed Aug 29, 2024
1 parent 9ac302a commit 21f636c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cargo pants
- 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 21f636c

Please sign in to comment.