mirror of
https://github.com/carlospolop/PEASS-ng
synced 2024-12-01 03:00:39 +01:00
Update CI-master_tests.yml
This commit is contained in:
parent
72a979b029
commit
980ed1114b
7
.github/workflows/CI-master_tests.yml
vendored
7
.github/workflows/CI-master_tests.yml
vendored
@ -22,10 +22,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
ref: ${{ github.head_ref }}
|
||||||
# Otherwise, you will failed to push refs to dest repo.
|
|
||||||
fetch-depth: 0
|
|
||||||
ref: refs/heads/${{ github.head_ref }}
|
|
||||||
|
|
||||||
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
||||||
- name: Setup MSBuild.exe
|
- name: Setup MSBuild.exe
|
||||||
@ -146,7 +143,7 @@ jobs:
|
|||||||
#- name: Push changes
|
#- name: Push changes
|
||||||
# uses: ad-m/github-push-action@master
|
# uses: ad-m/github-push-action@master
|
||||||
# with:
|
# with:
|
||||||
# branch: refs/heads/${{ github.head_ref }}
|
# branch: ${{ github.head_ref }}
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# force: true
|
# force: true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user