chore: add git pull step before listing files in build and export workflows

This commit is contained in:
retoor 2024-12-03 03:06:22 +00:00
parent 3b468ee4dc
commit 5bdc1c177f
2 changed files with 4 additions and 0 deletions

View File

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

View File

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