From 7c1d70b43d730968464e4d4e87d5aa054e5839c7 Mon Sep 17 00:00:00 2001 From: Hugo Bernier Date: Sat, 12 Feb 2022 19:13:23 -0500 Subject: [PATCH] updated display name --- .github/workflows/merge-sample-json.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/merge-sample-json.yml b/.github/workflows/merge-sample-json.yml index 1e4491940..46f707c43 100644 --- a/.github/workflows/merge-sample-json.yml +++ b/.github/workflows/merge-sample-json.yml @@ -39,8 +39,7 @@ jobs: # run: echo "Hello ${{ github.event.inputs.name }}" build: - name: Merge - description: 'Merge all sample.json' + name: 'Merge all sample.json' runs-on: ubuntu-latest steps: - uses: actions/checkout@v2