com-pas / compas-scl-data-service

Service to store and retrieve the SCL XML to a database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace deprecated `set-output` in GitHub Actions before 31st May 2023

apupier opened this issue · comments

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

used in 2 places:

run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"

echo "##[set-output name=sonar_opts;]$(echo -Dsonar.host.url=https://sonarcloud.io \

see also warning annotation:
image

relates to com-pas/contributing#65