From c1a8daf1c8c2836d2bfb8c432676c776db1ca2c0 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Sat, 19 Jul 2025 19:11:38 +0300 Subject: [PATCH] Fix auto license update with new files --- .github/workflows/auto-update-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-update-pull-request.yml b/.github/workflows/auto-update-pull-request.yml index 63843e26f034..0e38e68d20e7 100644 --- a/.github/workflows/auto-update-pull-request.yml +++ b/.github/workflows/auto-update-pull-request.yml @@ -70,6 +70,7 @@ jobs: if: steps.unzip-patch.outputs.exists == 'true' run: | git apply "${{ runner.temp }}/patch" + git add licenses git commit -a -m "./gradlew ${{ steps.gradle-task.outputs.name }}" git push