From 09522b22dbfb7a7d8537ed2c99e7b85245f77c8d Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 16 Aug 2021 11:23:02 +0100 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90288075..cc5b8b69 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,10 +15,10 @@ jobs: container: image: 'netdisco/netdisco:latest-do' steps: - - name: Check out latest code - env: - GITHUB_WORKSPACE: '/home/netdisco/git' - uses: actions/checkout@master +# - name: Check out latest code +# env: +# GITHUB_WORKSPACE: '/home/netdisco/git' +# uses: actions/checkout@master - name: Get the Tag id: get_tag run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}