From 1007ec5017c09139a8a08da8977c4484527375d3 Mon Sep 17 00:00:00 2001 From: David Marinho Date: Wed, 17 Jan 2024 16:04:40 +0000 Subject: [PATCH] Added a welcome message to allow users to know they're using our action --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index cf96452..cb96268 100755 --- a/action.yml +++ b/action.yml @@ -38,6 +38,8 @@ runs: - name: "Run coverage-reporter" shell: bash run: | + echo "Welcome to Coverage-Reporter-Action" + set -eux report_list=''