From 5436ad2e7ecba96af2c707884bc242fbeb97b336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 17 Oct 2020 15:08:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20default=20Jinja2=20path=20?= =?UTF-8?q?in=20Action=20yaml=20(#38)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fa5ddf9..fe1d5f5 100644 --- a/action.yml +++ b/action.yml @@ -19,7 +19,7 @@ inputs: template_file: description: To override the default message with a custom Jinja2 template, use a path relative to the repo. required: false - default: /app/app/latest-changes.jinja2 + default: /app/latest_changes/latest-changes.jinja2 debug_logs: description: Use debug=True to enable more logging, useful to see the object shape for custom Jinja2 templates required: false