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