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