- testing create-pull-request@v1.3.1-multi
This commit is contained in:
parent
100064a8c9
commit
57ee4ba9cd
18
.github/workflows/CI-winpeas_dev_test.yml
vendored
18
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -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
|
||||
- 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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user