diff --git a/.github/workflows/add_contributor.yml b/.github/workflows/add_contributor.yml index 8c2c5f3c383..e50a8ed9f53 100644 --- a/.github/workflows/add_contributor.yml +++ b/.github/workflows/add_contributor.yml @@ -62,4 +62,4 @@ jobs: run: | git add AUTHORS.md git commit -m "Add ${{ github.event.pull_request.user.login }} to AUTHORS.md" - git push git@github.com:github.com/${{ github.event.pull_request.user.login }}/kolibri.git pr:${{ github.head_ref }} + git push origin pr:${{ github.event.pull_request.head.ref }}