File tree Expand file tree Collapse file tree 8 files changed +18
-77536
lines changed
Expand file tree Collapse file tree 8 files changed +18
-77536
lines changed Original file line number Diff line number Diff line change 88jobs :
99 test-action :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ packages : read
1113 steps :
12- - name : Checkout
13- uses : actions/checkout@v4
14-
14+ - uses : actions/checkout@v4
15+ - name : Log in to GitHub Container Registry
16+ uses : docker/login-action@v3
17+ with :
18+ registry : ghcr.io
19+ username : ${{ github.actor }}
20+ password : ${{ secrets.GITHUB_TOKEN }}
1521 - name : Run jabref-action
1622 uses : ./ # use local action
1723 with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ FROM ghcr.io/jabref/jabkit:edge
2+
3+ ENTRYPOINT ["/jabref/jabkit/bin/jabkit" ]
Original file line number Diff line number Diff line change 11name : ' JabRef Action'
22description : ' Runs JabRef tasks'
3- author : ' JabRef developers '
3+ author : ' JabRef e.V. '
44inputs :
55 bibfile :
66 description : ' BibTeX file'
77 required : true
88runs :
9- using : ' node20'
10- main : ' dist/index.js'
9+ using : ' docker'
10+ image : ' Dockerfile'
11+ args :
12+ - check-consistency
13+ - --input=${{ inputs.bibfile }}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments