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