From 3d8e558b9505782379f066dad901911c1668f379 Mon Sep 17 00:00:00 2001 From: twerthi Date: Fri, 18 Aug 2023 11:36:38 -0700 Subject: [PATCH] Updating name of Action to differentiate --- .github/workflows/samples.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/samples.yaml b/.github/workflows/samples.yaml index f9419c0..c3344ba 100644 --- a/.github/workflows/samples.yaml +++ b/.github/workflows/samples.yaml @@ -13,7 +13,7 @@ # # Get a trial Octopus instance from https://octopus.com/start -name: Java Maven Build +name: Samples Java Maven Build 'on': workflow_dispatch: {} push: {}