From b5961a88be93ebbf7639c0d416abc6c03202b580 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 17 Aug 2021 15:14:05 +1200 Subject: [PATCH] Fix url param in github action config. --- .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 932653e..b7d95a3 100644 --- a/.github/workflows/moodle-release.yml +++ b/.github/workflows/moodle-release.yml @@ -130,7 +130,7 @@ jobs: --data-urlencode "vcssystem=git" \ --data-urlencode "vcsrepositoryurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" \ --data-urlencode "vcstag=${TAGNAME}" \ - --data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/{BRANCH}" \ + --data-urlencode "changelogurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/commits/${BRANCH}" \ --data-urlencode "altdownloadurl=${ZIPURL}") echo "::set-output name=response::${RESPONSE}" - name: Evaluate the response