Skip to content

Commit 191473e

Browse files
authored
chore(ci): fix 3rd party notices workflow (#6533)
1 parent bccf4ff commit 191473e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/authors-and-third-party-notices.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Update AUTHORS
6161
run: |
6262
npm run update-authors
63-
git add AUTHORS \*/AUTHORS
63+
git add AUTHORS
6464
6565
- name: Update THIRD-PARTY-NOTICES.md
6666
run: |

0 commit comments

Comments
 (0)