From 980ed1114b8b2b645b1bd72e9e7224ac6c297f87 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Wed, 29 Dec 2021 17:48:19 +0000 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index b4b451a..00ed921 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -22,10 +22,7 @@ jobs: - name: Checkout uses: actions/checkout@master with: - persist-credentials: false - # Otherwise, you will failed to push refs to dest repo. - fetch-depth: 0 - ref: refs/heads/${{ github.head_ref }} + ref: ${{ github.head_ref }} # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe @@ -146,7 +143,7 @@ jobs: #- name: Push changes # uses: ad-m/github-push-action@master # with: - # branch: refs/heads/${{ github.head_ref }} + # branch: ${{ github.head_ref }} # github_token: ${{ secrets.GITHUB_TOKEN }} # force: true