modify get merge and set git config of job
This commit is contained in:
parent
dc6bc24dd7
commit
01eaff0244
1 changed files with 3 additions and 1 deletions
|
@ -20,7 +20,9 @@ jobs:
|
||||||
|
|
||||||
- name: Mirror ExploitDB Repository
|
- name: Mirror ExploitDB Repository
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.name 'bpmcdevitt action'
|
||||||
|
git config --global user.email 'brendan@mcdevitt.tech'
|
||||||
git remote add exploitdb https://gitlab.com/exploit-database/exploitdb.git
|
git remote add exploitdb https://gitlab.com/exploit-database/exploitdb.git
|
||||||
git fetch exploitdb main
|
git fetch exploitdb main
|
||||||
git merge exploitdb/main
|
git merge --allow-unrelated-histories exploitdb/main
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
Loading…
Add table
Reference in a new issue