Skip to content

Commit

Permalink
chore: use new .env when run
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkoG authored Sep 30, 2024
1 parent 0ed353f commit 02b487d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "PPPOE_PASSWORD=123" >> modules/network/.env
echo "LAN_IP=192.168.1.1" >> modules/network/.env
echo "CLASH_CONFIG_URL=https://gist.github.com/EkkoG/20a52db0169c4a4769689521b1c5500e/raw/cf61a9397d0bdbd5b6bbad8fbb388ec851116470/clash_example.yaml" >> modules/openclash/.env
echo "CONFIG_TARGET_KERNEL_PARTSIZE=16" >> .env
echo "CONFIG_TARGET_KERNEL_PARTSIZE=16" > .env
echo "CONFIG_TARGET_ROOTFS_PARTSIZE=256" >> .env
echo "MODULES=openclash openclash-as-default" >> .env
./run.sh --image=openwrt/imagebuilder:x86-64-23.05.5
Expand Down

0 comments on commit 02b487d

Please sign in to comment.