From 4f04f4efd903cc9ce273741dfcc039e9c7054c66 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Mon, 14 Oct 2019 15:50:52 +0900 Subject: [PATCH] Update workflows --- .github/workflows/create-pull-request-multi.yml | 2 +- .github/workflows/create-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-pull-request-multi.yml b/.github/workflows/create-pull-request-multi.yml index 389f35a..b9f4286 100644 --- a/.github/workflows/create-pull-request-multi.yml +++ b/.github/workflows/create-pull-request-multi.yml @@ -1,7 +1,7 @@ +name: create-pull-request workflow on: repository_dispatch: types: [create-pull-request-multi] -name: create-pull-request workflow jobs: createPullRequest: name: Testing on ${{ matrix.platform }} diff --git a/.github/workflows/create-pull-request.yml b/.github/workflows/create-pull-request.yml index a4b8a84..b550b4e 100644 --- a/.github/workflows/create-pull-request.yml +++ b/.github/workflows/create-pull-request.yml @@ -1,7 +1,7 @@ +name: create-pull-request workflow on: repository_dispatch: types: [create-pull-request] -name: create-pull-request workflow jobs: createPullRequest: runs-on: ubuntu-latest