Skip to content

Commit c1a8daf

Browse files
committed
Fix auto license update with new files
1 parent 25e921e commit c1a8daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-update-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
if: steps.unzip-patch.outputs.exists == 'true'
7171
run: |
7272
git apply "${{ runner.temp }}/patch"
73+
git add licenses
7374
git commit -a -m "./gradlew ${{ steps.gradle-task.outputs.name }}"
7475
git push
7576

0 commit comments

Comments
 (0)