From d8a262ed9ce7588577bd7c9d97e8bdbc5717ec92 Mon Sep 17 00:00:00 2001 From: Holden Karau Date: Sun, 29 Sep 2024 13:06:56 -0700 Subject: [PATCH] don't hardcode ref main --- .github/workflows/github-actions-basic.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/github-actions-basic.yml b/.github/workflows/github-actions-basic.yml index 5a90f116..16cded34 100644 --- a/.github/workflows/github-actions-basic.yml +++ b/.github/workflows/github-actions-basic.yml @@ -50,7 +50,6 @@ jobs: with: fetch-depth: 0 repository: holdenk/spark-testing-base - ref: main - uses: actions/setup-java@v3 with: java-version: ${{ matrix.java-version }}