From ebef68a0cb18cef9049e4c4694103e28c681b454 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Wed, 31 Jan 2024 13:49:34 +0100 Subject: [PATCH] Fix broken automated release to moodle.org/plugins --- .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 cb5f94e..3aa9d65 100644 --- a/.github/workflows/moodle-release.yml +++ b/.github/workflows/moodle-release.yml @@ -25,7 +25,7 @@ jobs: release-at-moodle-org: runs-on: ubuntu-latest env: - PLUGIN: local_navbarplus + PLUGIN: tool_directsso CURL: curl -s ENDPOINT: https://moodle.org/webservice/rest/server.php TOKEN: ${{ secrets.MOODLE_ORG_TOKEN }}