Update build step.

This commit is contained in:
retoor 2024-12-03 18:52:46 +01:00
parent c3bcbc2681
commit c608f57592

View File

@ -8,6 +8,8 @@ jobs:
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Pull repo
run: git pull
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}