From 3b483e19d8b739859ddc7ad434c8efb2aa5f1361 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Mon, 26 Aug 2024 11:55:50 -0700 Subject: [PATCH] Update workflow name in docs.yml --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 31434eed2..5db9e569b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -1,4 +1,4 @@ -name: Generate Documentation +name: Documentation on: push: @@ -15,7 +15,7 @@ permissions: jobs: docs: - name: "Generate and Deploy Documentation" + name: "Generate Documentation" uses: GoogleCloudPlatform/php-tools/.github/workflows/doctum.yml@main with: title: "Google API Core (GAX) Reference Documentation"