Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
felixriehm authored Mar 6, 2024
1 parent 72c435f commit a1669d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:

- name: Bloxberg certifier
id: bloxberg-certifier
uses: bloxberg-org/bloxberg-certify-github-action@1.0.0
uses: bloxberg-org/bloxberg-certify-github-action@v1.0.1
with:
authorName: Max Planck Digital Library
researchTitle: ${{github.repository}} ${{github.ref_type}} ${{github.ref}} ${{github.sha}}

- name: Print Output
- name: Print certification
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.bloxberg-certifier.outputs.certificateVerification }}" && echo -e "\n##########"

0 comments on commit a1669d1

Please sign in to comment.