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