Skip to content

Commit

Permalink
Fix GitHub deprecation notice
Browse files Browse the repository at this point in the history
  • Loading branch information
martignoni committed Sep 17, 2023
1 parent df4d916 commit 6eef33a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eef33a

Please sign in to comment.