From 1f29d930ce8b72307e5354747860623b850419a8 Mon Sep 17 00:00:00 2001 From: Liam Stanley Date: Mon, 15 May 2023 21:16:47 -0400 Subject: [PATCH] update github action to new output format Signed-off-by: Liam Stanley --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 33ee177..d188e20 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ node-lint: node-build # needed to generate eslint auto-import ignores. --ext .js,.ts,.vue . node-test: node-prepare - @echo "::set-output name=output::${PWD}/public/tests/results/" + @echo "output=${PWD}/public/tests/results/" >> "${GITHUB_OUTPUT}" cd public; if [ -n "${CI}" ];then pnpm exec playwright install-deps;fi cd public; pnpm exec playwright test