workflow
This commit is contained in:
parent
605b1724d4
commit
56edbe3fe5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -79,6 +79,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.email "binaskar@gmail.com"
|
||||||
|
git config --global user.name "Nomadics9"
|
||||||
git remote add new-origin https://github.com/nomadics9/alaskartv.git
|
git remote add new-origin https://github.com/nomadics9/alaskartv.git
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Update"
|
git commit -m "Update"
|
||||||
|
|
Loading…
Reference in a new issue