From bb7857311253ec1f1c14af3180d73ded3ff2d0d1 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 30 Dec 2023 12:40:54 -0500 Subject: [PATCH] c --- .gitea/workflows/beta-deploy.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index bfc0b2c..de2e666 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -10,7 +10,4 @@ jobs: runs-on: linux_arm steps: - run: echo "Preparing to compile plate-tool" - - name: Check out repo code - uses: actions/checkout@v4 - with: - ref: "beta-release" + - uses: actions/checkout@v4