diff --git a/src/ncc/Classes/PhpExtension/Templates/github_ci.yml.tpl b/src/ncc/Classes/PhpExtension/Templates/github_ci.yml.tpl index dc33870..66ea497 100644 --- a/src/ncc/Classes/PhpExtension/Templates/github_ci.yml.tpl +++ b/src/ncc/Classes/PhpExtension/Templates/github_ci.yml.tpl @@ -70,9 +70,9 @@ jobs: id: check run: | if [ -f phpunit.xml ]; then - echo "::set-output name=phpunit-exists::true" + echo "phpunit-exists=true" >> $GITHUB_OUTPUT else - echo "::set-output name=phpunit-exists::false" + echo "phpunit-exists=false" >> $GITHUB_OUTPUT fi test: