Update runtests.yml

This commit is contained in:
Oliver Gorwits
2021-08-18 20:03:48 +01:00
committed by GitHub
parent 707f868de3
commit 4879b9355a

View File

@@ -26,8 +26,9 @@ jobs:
steps: steps:
- name: Get the Tag and Branch - name: Get the Tag and Branch
id: get_refs id: get_refs
run: echo ::set-output name=RELEASE_TAG::${GITHUB_REF#refs/tags/} run: |
run: echo ::set-output name=RELEASE_BRANCH::${GITHUB_REF#refs/heads)/} echo ::set-output name=RELEASE_TAG::${GITHUB_REF#refs/tags/}
echo ::set-output name=RELEASE_BRANCH::${GITHUB_REF#refs/heads)/}
- name: Install packages - name: Install packages
run: apk add openssh xz tmux bash curl sudo gcc make musl-dev perl-dev unzip run: apk add openssh xz tmux bash curl sudo gcc make musl-dev perl-dev unzip