Skip to content
Snippets Groups Projects
Commit 00d06b42 authored by Felix Riehm's avatar Felix Riehm
Browse files

Merge remote-tracking branch 'origin/development' into development

parents 08e18375 a1669d19
No related branches found
No related tags found
No related merge requests found
name: Bloxberg.org certification
on:
pull_request:
push:
branches:
- development
- staging
- production
permissions:
contents: read
jobs:
certify-code:
name: Certify code on bloxberg.org
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Bloxberg certifier
id: bloxberg-certifier
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 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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment