From 6d0c0875e2cebdba2b1ada844957bb4bb9b26585 Mon Sep 17 00:00:00 2001 From: Ole Morud <82065181+olemorud@users.noreply.github.com> Date: Thu, 29 Jun 2023 10:25:56 +0200 Subject: [PATCH] append "(deprecated)" to action name --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e4f7aa7..7fd3619 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: GCC Problem Matcher Improved +name: GCC Problem Matcher Improved (deprecated) -description: Get annotations for warnings and errors on builds using gcc +description: new upstream: https://github.com/root-project/gcc-problem-matcher-improved author: Ole Morud