From 72c435f660a30a9e0e6c839fafe37f5a298c395d Mon Sep 17 00:00:00 2001 From: Felix Riehm <mail@felixriehm.de> Date: Wed, 6 Mar 2024 09:01:05 +0100 Subject: [PATCH] Update certification title --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c15b41f..1f67a51 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##########" -- GitLab