diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bb23ac5..f92c1196 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,4 +63,4 @@ jobs: -H "Authorization: Bearer ${{ secrets.ELI_GH_ACTIONS }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/elisalle/threedi-docs/actions/workflows/update-checks-list.yml/dispatches \ - -d '{"ref":"master","inputs":{"reviewer_name":${{ github.actor }}}}' + -d '{"ref":"master","inputs":{"reviewer_name":"${{ github.actor }}"}}'