Browse Source

Fix url param in github action config.

40-behatfixes
Dan Marsden 3 years ago
parent
commit
b5961a88be
  1. 2
      .github/workflows/moodle-release.yml

2
.github/workflows/moodle-release.yml

@ -130,7 +130,7 @@ jobs:
--data-urlencode "vcssystem=git" \ --data-urlencode "vcssystem=git" \
--data-urlencode "vcsrepositoryurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" \ --data-urlencode "vcsrepositoryurl=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}" \
--data-urlencode "vcstag=${TAGNAME}" \ --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}") --data-urlencode "altdownloadurl=${ZIPURL}")
echo "::set-output name=response::${RESPONSE}" echo "::set-output name=response::${RESPONSE}"
- name: Evaluate the response - name: Evaluate the response

Loading…
Cancel
Save