diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 5db32beef29..f85e3a60f9c 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -328,3 +328,11 @@ jobs: ssh_options: '-p 9922' src: 'build/distribution/' dest: jrrsync@build-upload.jabref.org:/var/www/builds.jabref.org/www/${{ steps.gitversion.outputs.branchName }}/ + - name: Comment PR + if: steps.checksecrets.outputs.secretspresent == 'YES' + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + The build of this PR is available at . + comment_tag: download-link + mode: recreate