Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sinegar committed Dec 31, 2023
1 parent c3b25fe commit 84cd092
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- uses: izer-xyz/openwrt-imagebuilder-action@main
with:
image: armvirt-32
profile: fail
openwrt-version: 22.03.5
packages: >-
-firewall4 -ca-bundle -dnsmasq -dropbear
Expand Down
8 changes: 4 additions & 4 deletions make_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ echo ImageBuilder
make info

echo Config
echo * Debug="$DEBUG"
echo * PEOFILE="$PROFILE"
echo * FILES="$FILES"
echo * PACKAGES="$PACKAGES"
echo "* Debug=$DEBUG"
echo "* PEOFILE=$PROFILE"
echo "* FILES=$FILES"
echo "* PACKAGES=$PACKAGES"

if [[ "$(pwd)" != "/builder" ]]; then
echo This action assumes that the imagebuilder docker image default folder is '/builder' but found:
Expand Down

0 comments on commit 84cd092

Please sign in to comment.