From 81e7b769e710512b08abe4fd5b674c450e1e45fd Mon Sep 17 00:00:00 2001 From: Samuel Nichols Date: Thu, 29 Feb 2024 10:53:25 -0700 Subject: [PATCH] Pull from githubactions branch --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index cfd46e32..70f3f829 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -44,7 +44,7 @@ jobs: cp -r * ../CRISPResso2_copy - name: Copy C2_tests repo - uses: actions/checkout@master + uses: actions/checkout@githubactions with: repository: edilytics/CRISPResso2_tests token: ${{ secrets.ACCESS_CRISPRESSO2_TESTS }}