From 7facf0adad5d058a2ffdcb80a70d30abcdda9fa9 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 26 May 2023 08:52:05 +0200 Subject: [PATCH] fix branch --- .github/workflows/cypress.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index f81d0293..be8bbbf7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -25,11 +25,14 @@ jobs: steps: - name: Checkout MyAAC uses: actions/checkout@v3 + with: + ref: develop - name: Checkout TFS uses: actions/checkout@v3 with: repository: otland/forgottenserver + ref: 1.4 - run: ls -lha - name: Setup PHP