diff --git a/.github/workflows/Azure.yml b/.github/workflows/Azure.yml index fc72f0698..04f569976 100644 --- a/.github/workflows/Azure.yml +++ b/.github/workflows/Azure.yml @@ -55,7 +55,7 @@ jobs: run: | GIT_BRANCH="${GITHUB_REF##*/}" GIT_BRANCH=`expr "$GITHUB_REF" : '\([0-9]*\.[0-9]*\).*'` - echo "##[set-output name=branch;]${GIT_BRANCH}" + echo ::set-output name=branch::${GIT_BRANCH} - name: Detect Zabbix version id: extract_release