From fa8e6c03d01e31d26a46dc8830097543a44c6d6d Mon Sep 17 00:00:00 2001 From: Greg Schivley Date: Thu, 17 Aug 2023 16:13:13 -0400 Subject: [PATCH] Try settings my fork as the target checkout repo --- .github/workflows/test_example.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_example.yml b/.github/workflows/test_example.yml index 519cebb9d4..d41373d4ee 100644 --- a/.github/workflows/test_example.yml +++ b/.github/workflows/test_example.yml @@ -16,6 +16,7 @@ jobs: steps: - uses: actions/checkout@v3 with: + repository: gschivley/GenX ref: ${{ matrix.branch }} - uses: julia-actions/cache@v1.2.2 - uses: julia-actions/setup-julia@latest