diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index c15b41f19181a0496a92cea4ac90dd9f385934bb..1f67a5148eab4a7d85af1e57da3690aeca1a5388 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,8 +26,8 @@ jobs:
         uses: bloxberg-org/bloxberg-certify-github-action@1.0.0
         with:
           authorName: Max Planck Digital Library
-          researchTitle: MPDL hatnote branch ${{github.base_ref}} commit ${{github.sha}}
+          researchTitle: ${{github.repository}} ${{github.ref_type}} ${{github.ref}} ${{github.sha}}
           
       - name: Print Output
         id: output
-        run: echo -e "\nYour git branch has been successfully certified by bloxberg. To verify it you can copy paste the following into a json file and verify it on certify.bloxberg.org:\n\n##########\n" && echo "${{ steps.test-action.outputs.certificateVerification }}" && echo -e "\n##########"
+        run: echo -e "\nYour git branch has been successfully certified by bloxberg. To verify it you can copy paste the following into a json file and verify it on certify.bloxberg.org:\n\n##########\n" && echo "${{ steps.bloxberg-certifier.outputs.certificateVerification }}" && echo -e "\n##########"