Update build files
All checks were successful
dR export statistics build / Build (push) Successful in 7m21s
All checks were successful
dR export statistics build / Build (push) Successful in 7m21s
This commit is contained in:
parent
24ed68ee03
commit
fcd54c065b
@ -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