From ca90dc1f93de4b12869dd9dea3c4ea51b5721573 Mon Sep 17 00:00:00 2001 From: Emilia Date: Sat, 30 Dec 2023 12:42:44 -0500 Subject: [PATCH] c --- .gitea/workflows/beta-deploy.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/beta-deploy.yaml b/.gitea/workflows/beta-deploy.yaml index de2e666..414c085 100644 --- a/.gitea/workflows/beta-deploy.yaml +++ b/.gitea/workflows/beta-deploy.yaml @@ -10,4 +10,8 @@ jobs: runs-on: linux_arm steps: - run: echo "Preparing to compile plate-tool" - - uses: actions/checkout@v4 + - name: Check out repo code + uses: https://github.com/actions/checkout@v4 + with: + ref: "beta-release" +