fix branch

This commit is contained in:
slawkens 2023-05-26 08:52:05 +02:00
parent 2b739c2b40
commit 7facf0adad

View File

@ -25,11 +25,14 @@ jobs:
steps: steps:
- name: Checkout MyAAC - name: Checkout MyAAC
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
ref: develop
- name: Checkout TFS - name: Checkout TFS
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
repository: otland/forgottenserver repository: otland/forgottenserver
ref: 1.4
- run: ls -lha - run: ls -lha
- name: Setup PHP - name: Setup PHP