Update test.yml
This commit is contained in:
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -15,10 +15,10 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: 'netdisco/netdisco:latest-do'
|
image: 'netdisco/netdisco:latest-do'
|
||||||
steps:
|
steps:
|
||||||
- name: Check out latest code
|
# - name: Check out latest code
|
||||||
env:
|
# env:
|
||||||
GITHUB_WORKSPACE: '/home/netdisco/git'
|
# GITHUB_WORKSPACE: '/home/netdisco/git'
|
||||||
uses: actions/checkout@master
|
# uses: actions/checkout@master
|
||||||
- name: Get the Tag
|
- name: Get the Tag
|
||||||
id: get_tag
|
id: get_tag
|
||||||
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
run: echo ::set-output name=TAGVALUE::${GITHUB_REF#refs/tags/}
|
||||||
|
|||||||
Reference in New Issue
Block a user