Skip to content
Snippets Groups Projects
Unverified Commit a1669d19 authored by Felix Riehm's avatar Felix Riehm Committed by GitHub
Browse files

Update main.yml

parent 72c435f6
Branches
No related tags found
No related merge requests found
...@@ -23,11 +23,11 @@ jobs: ...@@ -23,11 +23,11 @@ jobs:
- name: Bloxberg certifier - name: Bloxberg certifier
id: 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: with:
authorName: Max Planck Digital Library authorName: Max Planck Digital Library
researchTitle: ${{github.repository}} ${{github.ref_type}} ${{github.ref}} ${{github.sha}} researchTitle: ${{github.repository}} ${{github.ref_type}} ${{github.ref}} ${{github.sha}}
- name: Print Output - name: Print certification
id: 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.bloxberg-certifier.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##########"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment