Skip to content

Commit 1ba447f

Browse files
committed
Add library as heading
1 parent d997dc4 commit 1ba447f

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ runs:
99
using: 'docker'
1010
image: 'Dockerfile'
1111
args:
12+
- ${{ inputs.bibfile }}
1213
- check-consistency
1314
- --input=${{ inputs.bibfile }}
1415
- --porcelain

entrypoint.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
#!/usr/bin/env bash
22
set -o pipefail
3+
4+
echo "# $1" >> $GITHUB_STEP_SUMMARY
5+
echo "" >> $GITHUB_STEP_SUMMARY
6+
7+
shift
8+
39
/jabref/jabkit/bin/jabkit "$@" 2>&1 | tee -a "$GITHUB_STEP_SUMMARY"
410
exit ${PIPESTATUS[0]}

0 commit comments

Comments
 (0)