We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39937af commit 7a5f654Copy full SHA for 7a5f654
1 file changed
README.md
@@ -24,7 +24,7 @@ GitHub action to check consistency of ``CITATION.cff`` and ``.zenodo.json`` cita
24
- uses: actions/checkout@v2
25
name: Check out a copy of the repository
26
27
- - uses: citation-file-format/cffconvert-github-action@v1
+ - uses: citation-file-format/cffconvert-github-action@1
28
name: Check whether the citation metadata from CITATION.cff is equivalent to that in .zenodo.json
29
```
30
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
- - uses: citation-file-format/cffconvert-github-action@master
58
59
with:
60
WORKDIR: tests/zenodo-missing/
0 commit comments