From 98a57dada3952c664384754c039606c7daadafae Mon Sep 17 00:00:00 2001 From: Nikola Irinchev Date: Tue, 26 Nov 2024 17:08:27 +0100 Subject: [PATCH] chore(ci): fix 3rd party notices workflow --- .github/workflows/authors-and-third-party-notices.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/authors-and-third-party-notices.yaml b/.github/workflows/authors-and-third-party-notices.yaml index 1189e8cee1e..c915399f7ae 100644 --- a/.github/workflows/authors-and-third-party-notices.yaml +++ b/.github/workflows/authors-and-third-party-notices.yaml @@ -60,7 +60,7 @@ jobs: - name: Update AUTHORS run: | npm run update-authors - git add AUTHORS \*/AUTHORS + git add AUTHORS - name: Update THIRD-PARTY-NOTICES.md run: |