- CI winpeas dev test updates
This commit is contained in:
parent
83ea472cd5
commit
9896529574
26
.github/workflows/CI-winpeas_dev_test.yml
vendored
26
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -47,14 +47,24 @@ jobs:
|
|||||||
#- name: Execute unit tests
|
#- name: Execute unit tests
|
||||||
# run: dotnet test $env:Solution_Path
|
# run: dotnet test $env:Solution_Path
|
||||||
|
|
||||||
|
|
||||||
|
create_pull_request:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: Build_and_test_winpeas_dev
|
||||||
|
|
||||||
|
steps:
|
||||||
|
# checkout
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# PR
|
# PR
|
||||||
- name: Pull Request
|
- name: Pull Request
|
||||||
# uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
uses: peter-evans/create-pull-request@v1.6.1-multi
|
#uses: peter-evans/create-pull-request@v3
|
||||||
env:
|
#env:
|
||||||
GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||||
with:
|
with:
|
||||||
#destination_branch: "master"
|
destination_branch: "master"
|
||||||
#github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||||
branch: "master"
|
#branch: "master"
|
||||||
token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
#token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||||
|
Loading…
Reference in New Issue
Block a user