From 5bcd650ffedcc8acad5033aafc7d0c257e069727 Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 29 Feb 2024 11:04:09 -0700 Subject: [PATCH] Pull githubactions repo --- .github/workflows/integration_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 70f3f829..c8ef149a 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -44,8 +44,9 @@ jobs: cp -r * ../CRISPResso2_copy - name: Copy C2_tests repo - uses: actions/checkout@githubactions + uses: actions/checkout@master with: + ref: githubactions repository: edilytics/CRISPResso2_tests token: ${{ secrets.ACCESS_CRISPRESSO2_TESTS }}