Update test.yml

This commit is contained in:
Oliver Gorwits
2021-08-16 11:23:02 +01:00
committed by GitHub
parent 3bca23577f
commit 09522b22db

View File

@@ -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/}