Skip to content

Commit d583025

Browse files
authored
Update README.md
1 parent 139be15 commit d583025

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
1414
1. Save the following snippet as ``.github/workflows/cffconvert.yml``
1515

1616
```yaml
17+
name: cffconvert
18+
1719
on: push
1820

1921
jobs:
@@ -24,7 +26,7 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
2426
- uses: actions/checkout@v2
2527
name: Check out a copy of the repository
2628

27-
- uses: citation-file-format/cffconvert-github-action@1
29+
- uses: citation-file-format/cffconvert-github-action@1.1.1
2830
name: Check whether the citation metadata from CITATION.cff is equivalent to that in .zenodo.json
2931
```
3032
@@ -44,6 +46,8 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
4446
Example workflow file:
4547
4648
```yaml
49+
name: cffconvert
50+
4751
on: push
4852

4953
jobs:
@@ -54,7 +58,7 @@ jobs:
5458
- uses: actions/checkout@v2
5559
name: Check out a copy of the repository
5660

57-
- uses: citation-file-format/cffconvert-github-action@1
61+
- uses: citation-file-format/cffconvert-github-action@1.1.1
5862
name: Check whether the citation metadata from CITATION.cff is equivalent to that in .zenodo.json
5963
with:
6064
WORKDIR: tests/zenodo-missing/

0 commit comments

Comments
 (0)