From 5b0f9918b631c82547dac0a9e2561c8f4b879a06 Mon Sep 17 00:00:00 2001 From: Don Turner Date: Thu, 2 Nov 2023 15:34:10 +0000 Subject: [PATCH] Fix CI Change-Id: Ibddc1a0635a557e4432a77f2dbb032c519bf4b5a --- .github/workflows/Build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Build.yaml b/.github/workflows/Build.yaml index 598274378..0bd3e9e6f 100644 --- a/.github/workflows/Build.yaml +++ b/.github/workflows/Build.yaml @@ -40,7 +40,7 @@ jobs: with: commit_message: Apply Spotless repository: ${{ github.event.pull_request.head.repo.full_name }} - ref: ${{ github.head_ref }} + branch: ${{ github.head_ref }} - name: Build all build type and flavor permutations run: ./gradlew assemble