From 2529f322d8bea91df24425e966de7d673e7ea8a5 Mon Sep 17 00:00:00 2001 From: ximon18 <3304436+ximon18@users.noreply.github.com> Date: Mon, 20 Jan 2020 10:17:31 +0100 Subject: [PATCH] Does setting the checkout path help? --- .github/workflows/main.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8440d377..b7820cd9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,18 +20,13 @@ jobs: name: deploy_and_test runs-on: ubuntu-18.04 steps: - - name: Debug - run: | - echo "current working directory: $(pwd)" - echo "ls -la GITHUB_WORKSPACE (${GITHUB_WORKSPACE}):" - ls -la ${GITHUB_WORKSPACE} - - - name: checkout Krill + - name: Checkout Krill uses: actions/checkout@v2 with: + path: krill fetch-depth: 1 - - name: checkout the E2E test framework + - name: Checkout the E2E test framework uses: actions/checkout@v2 with: repository: nlnetlabs/rpki-deploy