updated yaml

This commit is contained in:
Arneth
2023-05-26 10:39:36 -04:00
parent 6bb5e80db3
commit 79691cbc97
+3 -2
View File
@@ -13,8 +13,9 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: 'Main' ref: Main
github-server-url: 'http://www.wildsofastrella.com:3434' github-server-url: http://www.wildsofastrella.com:3434
lfs: true
- run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to test your code on the runner." - run: echo "The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository