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

This commit is contained in:
2024-12-03 03:06:22 +00:00
parent 3b468ee4dc
commit 5bdc1c177f
2 changed files with 4 additions and 0 deletions
+2
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 }}
+2
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 }}