Skip to content

Commit

Permalink
fix: force tpl input to be parsed as TOML
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Mar 15, 2024
1 parent fc5a605 commit d792523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ EOF
echo "dir='$dir'" >> "$env"
fi
if [ -f index.html ] && grep "ABUILD_RELEASER_ACTION_INDEX_TEMPLATE" index.html > /dev/null || [ ! -f index.html ]; then
tpl -env @"$env" "$template" > index.html
tpl -toml -env @"$env" "$template" > index.html
fi
rm "$env"
cd -
Expand Down

0 comments on commit d792523

Please sign in to comment.