From 8d0b79fb975212939bd70609921f3d11c9237cc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Darko=20Kri=C5=BEi=C4=87?= Date: Sat, 2 Mar 2024 19:37:18 +0100 Subject: [PATCH] Fix the directory to the template --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 8719537..fa75ec1 100644 --- a/action.yaml +++ b/action.yaml @@ -38,7 +38,7 @@ inputs: template-file: description: 'The template file to use for the overview' required: true - default: 'template/default.tpl' + default: '/gihub/workflow/template/default.tpl' runs: using: 'docker' image: 'Dockerfile'