From cbc9ce7b60c9f576b1987c81f357ce86a8b12928 Mon Sep 17 00:00:00 2001 From: Jennifer Power Date: Fri, 13 Oct 2023 15:35:52 -0400 Subject: [PATCH] chore: adds branch to actions/checkout Signed-off-by: Jennifer Power --- .github/workflows/transform-rules.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/transform-rules.yml b/.github/workflows/transform-rules.yml index a63aab4..865a7c2 100644 --- a/.github/workflows/transform-rules.yml +++ b/.github/workflows/transform-rules.yml @@ -28,6 +28,7 @@ jobs: - name: Clone uses: actions/checkout@v3 with: + ref: ${{ inputs.branch }} token: ${{ steps.get_installation_token.outputs.token }} - name: Transform rules id: transform