Skip to content

Commit c196a4a

Browse files
committed
Fix command
1 parent 1048c14 commit c196a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version-file: .go-version
2424

2525
- name: update NOTICE.txt and NOTICE-FIPS.txt
26-
run: mage check-notice
26+
run: mage check:notice
2727

2828
- name: run go mod tidy in testing/
2929
run: cd testing; go mod tidy

0 commit comments

Comments
 (0)