From 6eef33a365f83dc1391d098925a36b5d3d3115f1 Mon Sep 17 00:00:00 2001 From: Nicolas Martignoni Date: Sun, 17 Sep 2023 13:39:51 +0200 Subject: [PATCH] Fix GitHub deprecation notice --- .github/workflows/moodle-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/moodle-release.yml b/.github/workflows/moodle-release.yml index 071bfd9..7dffed3 100644 --- a/.github/workflows/moodle-release.yml +++ b/.github/workflows/moodle-release.yml @@ -55,7 +55,7 @@ jobs: --data-urlencode "vcstag=${TAGNAME}" \ --data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${TAGNAME}" \ --data-urlencode "altdownloadurl=${ZIPURL}") - echo "::set-output name=response::${RESPONSE}" + echo "::setOutput name=response::${RESPONSE}" - name: Evaluate the response id: evaluate-response