Skip to content

Commit 0c3ab05

Browse files
authored
Remove deprecrated flag --exclude-mail
1 parent 5c4ee84 commit 0c3ab05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
uses: ./
4545
with:
4646
args: >-
47-
--exclude-mail
4847
--verbose
4948
--no-progress
5049
'./**/*.md'
@@ -256,7 +255,7 @@ jobs:
256255
- name: directory
257256
uses: ./
258257
with:
259-
args: --exclude-mail .
258+
args: .
260259

261260
- name: test format override
262261
uses: ./

0 commit comments

Comments
 (0)