From 421c648ec8772f30a552c57aaf855612682da0d6 Mon Sep 17 00:00:00 2001 From: Dustin Byrne Date: Fri, 3 Nov 2023 23:47:02 -0400 Subject: [PATCH] revertme: (AppMap) Enable install-action to commit to the branch --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3540834..ac5d3bf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,8 @@ jobs: steps: - name: Fetch Sources uses: actions/checkout@v4 + with: + ref: ${{ github.event.pull_request.head.ref }} - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1