mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 13:23:28 -05:00
Fix Config
This commit is contained in:
parent
4d64c631fd
commit
44bd73f975
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -79,6 +79,8 @@ jobs:
|
||||||
|
|
||||||
- name: Upload Plugins JSON to Equibored repo
|
- name: Upload Plugins JSON to Equibored repo
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.name "GitHub-Actions"
|
||||||
|
git config --global user.email actions@github.com
|
||||||
git clone https://$USERNAME:$GITHUB_TOKEN@github.com/$REPO.git plugins
|
git clone https://$USERNAME:$GITHUB_TOKEN@github.com/$REPO.git plugins
|
||||||
cd plugins
|
cd plugins
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue