Skip to content

Commit

Permalink
chore: fix var not resolved correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
npty committed Aug 21, 2024
1 parent d64849b commit 2d824f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-sui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Create .env file with default hardhat private key that's prefunded
- name: Prepare .env
run: |
echo 'PRIVATE_KEY=$SUI_PRIVATE_KEY' >> .env
echo "PRIVATE_KEY=$SUI_PRIVATE_KEY" >> .env
echo 'ENV=local' >> .env
echo 'SKIP_EXISTING = true' >> .env
Expand Down

0 comments on commit 2d824f5

Please sign in to comment.