From 2174bcffd281af6453b11bac0f40e3d4a4517803 Mon Sep 17 00:00:00 2001 From: NSMBot Date: Mon, 9 Nov 2020 14:47:43 +0000 Subject: [PATCH] Update common CI files to latest version from networkservicemesh/cmd-template@master networkservicemesh/cmd-template#33 networkservicemesh/cmd-template PR link: https://github.com/networkservicemesh/cmd-template/pull/33 networkservicemesh/cmd-template commit message: commit 031508b28a917cb86e6a50eae191fe953fc008c7 Author: Denis Tingaikin <49399980+denis-tingajkin@users.noreply.github.com> Date: Mon Nov 9 21:47:12 2020 +0700 fix: Error "No such file or directory" (#33) Signed-off-by: denis-tingajkin Signed-off-by: NSMBot --- .github/workflows/ci.yaml | 6 +++--- .github/workflows/update-integration-k8s-kind.yaml | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index eaca4c4..5c46339 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -217,9 +217,9 @@ jobs: - name: Checkout ${{ github.repository }} uses: actions/checkout@v2 with: - path: ${{ github.repository }}S - ref: master - fetch-depth: '0' + path: ${{ github.repository }} + repository: ${{ github.repository }} + token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }} - name: Create commit message working-directory: ${{ github.repository }} run: | diff --git a/.github/workflows/update-integration-k8s-kind.yaml b/.github/workflows/update-integration-k8s-kind.yaml index 5d3a170..68892e9 100644 --- a/.github/workflows/update-integration-k8s-kind.yaml +++ b/.github/workflows/update-integration-k8s-kind.yaml @@ -11,8 +11,12 @@ jobs: runs-on: ubuntu-latest if: github.repository != 'networkservicemesh/cmd-template' steps: - - name: Checkout ${{ github.repository }} code + - name: Checkout ${{ github.repository }} uses: actions/checkout@v2 + with: + path: ${{ github.repository }} + repository: ${{ github.repository }} + token: ${{ secrets.NSM_BOT_GITHUB_TOKEN }} - name: Create commit message working-directory: ${{ github.repository }} run: |