test actions

This commit is contained in:
David Hiendl 2023-10-20 16:04:09 +02:00
parent bda80a9dc0
commit 9530df383c

View File

@ -139,7 +139,7 @@ runs:
- id: ci_hostname
run: |
CI_HOSTNAME=$(echo $GITHUB_SERVER_URL | sed -e 's/[^/]*\/\/\([^@]*@\)\?\([^:/]*\).*/\2/')
echo "::set-output name=ci_hostname $(eval printf "%s" "$CI_HOSTNAME")"
echo "::set-output name=ci_hostname::$(eval printf "%s" "$CI_HOSTNAME")"
shell: bash
branding: