chore: add git pull step before listing files in build and export workflows
This commit is contained in:
parent
3b468ee4dc
commit
5bdc1c177f
@ -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 }}
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user