Skip to content

Commit b468b94

Browse files
authored
Update errors.yml
1 parent fb42da0 commit b468b94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/errors.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,39 @@ jobs:
1212

1313
# run checks on a series of directories
1414
- name: A directory with missing CITATION.cff file should fail
15-
uses: citation-file-format/cffconvert-github-action@master
15+
uses: citation-file-format/cffconvert-github-action@1
1616
with:
1717
FAILURE_EXPECTED: true
1818
WORKDIR: tests/cff-missing/
1919

2020
- name: A directory with missing zenodo file should fail
21-
uses: citation-file-format/cffconvert-github-action@master
21+
uses: citation-file-format/cffconvert-github-action@1
2222
with:
2323
FAILURE_EXPECTED: true
2424
WORKDIR: tests/zenodo-missing/
2525

2626
- name: A zenodo file with missing title field should fail
27-
uses: citation-file-format/cffconvert-github-action@master
27+
uses: citation-file-format/cffconvert-github-action@1
2828
with:
2929
FAILURE_EXPECTED: true
3030
WORKDIR: tests/zenodo-not-equivalent/
3131

3232
- name: A zenodo file with extra spaces should pass when DIFF_IGNORE_WHITESPACE is undefined
33-
uses: citation-file-format/cffconvert-github-action@master
33+
uses: citation-file-format/cffconvert-github-action@1
3434
with:
3535
DIFF_IGNORE_WHITESPACE: ''
3636
FAILURE_EXPECTED: false
3737
WORKDIR: tests/zenodo-with-extra-whitespace/
3838

3939
- name: A zenodo file with extra spaces should pass when DIFF_IGNORE_WHITESPACE is true
40-
uses: citation-file-format/cffconvert-github-action@master
40+
uses: citation-file-format/cffconvert-github-action@1
4141
with:
4242
DIFF_IGNORE_WHITESPACE: true
4343
FAILURE_EXPECTED: false
4444
WORKDIR: tests/zenodo-with-extra-whitespace/
4545

4646
- name: A zenodo file with extra spaces should fail when DIFF_IGNORE_WHITESPACE is false
47-
uses: citation-file-format/cffconvert-github-action@master
47+
uses: citation-file-format/cffconvert-github-action@1
4848
with:
4949
DIFF_IGNORE_WHITESPACE: false
5050
FAILURE_EXPECTED: true

0 commit comments

Comments
 (0)