mirror of
https://github.com/partofmyid/register.git
synced 2026-06-05 10:36:50 +07:00
fix directory processing
This commit is contained in:
parent
7b1e3562fc
commit
168c54940c
1 changed files with 4 additions and 3 deletions
7
.github/workflows/db.yml
vendored
7
.github/workflows/db.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
- name: Clone database repository
|
||||
run: |
|
||||
git clone https://github.com/partofmyid/database.git db
|
||||
|
|
@ -48,11 +48,12 @@ jobs:
|
|||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: database
|
||||
path: ./database.json
|
||||
path: ./db/database.json
|
||||
|
||||
- name: Commit and push database.json to database repository
|
||||
run: |
|
||||
ls -al
|
||||
ls -al db
|
||||
cd db
|
||||
git add database.json
|
||||
git commit -m 'Update database.json'
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue