From bac78b02f62dfb0f5745820cef9a5148ebc1f08e Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 5 Nov 2025 14:52:11 -0500 Subject: [PATCH] Rename action from 'OpenTelemetry Exporter' to 'GCP Metrics Exporter' --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b97a8f7..f62d7eb 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: 'OpenTelemetry Exporter' +name: 'GCP Metrics Exporter' description: 'Collects GitHub Actions workflow metrics and traces, and exports them to Google Cloud Monitoring and Cloud Trace' -author: 'Jason' +author: '@imjasonh' branding: icon: 'activity' color: 'blue'