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