From 57ee4ba9cd083bd92d285589ed1d0b59ee159cb1 Mon Sep 17 00:00:00 2001 From: makikvues Date: Thu, 15 Jul 2021 08:10:47 +0200 Subject: [PATCH] - testing create-pull-request@v1.3.1-multi --- .github/workflows/CI-winpeas_dev_test.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.github/workflows/CI-winpeas_dev_test.yml b/.github/workflows/CI-winpeas_dev_test.yml index 010693c..7ff6062 100644 --- a/.github/workflows/CI-winpeas_dev_test.yml +++ b/.github/workflows/CI-winpeas_dev_test.yml @@ -44,13 +44,17 @@ jobs: run: msbuild $env:Solution_Path # Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test $env:Solution_Path + #- name: Execute unit tests + # run: dotnet test $env:Solution_Path - # PR - - uses: actions/checkout@v2 - - name: pull-request - uses: repo-sync/pull-request@v2 + # PR + - name: Pull Request + # uses: repo-sync/pull-request@v2 + uses: peter-evans/create-pull-request@v1.3.1-multi + env: + GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_TOKEN }} with: - destination_branch: "master" - github_token: ${{ secrets.PULL_REQUEST_TOKEN }} + #destination_branch: "master" + #github_token: ${{ secrets.PULL_REQUEST_TOKEN }} + branch: "master" + token: ${{ secrets.PULL_REQUEST_TOKEN }}