|
|
@ -40,6 +40,7 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
commit_message: Apply Spotless
|
|
|
|
commit_message: Apply Spotless
|
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
|
repository: ${{ github.event.pull_request.head.repo.full_name }}
|
|
|
|
|
|
|
|
ref: ${{ github.head_ref }}
|
|
|
|
|
|
|
|
|
|
|
|
- name: Build all build type and flavor permutations
|
|
|
|
- name: Build all build type and flavor permutations
|
|
|
|
run: ./gradlew assemble
|
|
|
|
run: ./gradlew assemble
|
|
|
|