switch to rusefi
This commit is contained in:
parent
b045ccda26
commit
d9de6cb580
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
repository: chuckwagoncomputing/rusefi.wiki
|
repository: rusefi/rusefi.wiki
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Merge
|
- name: Merge
|
||||||
|
@ -28,6 +28,6 @@ jobs:
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
repository: chuckwagoncomputing/rusefi.wiki
|
repository: rusefi/rusefi.wiki
|
||||||
github_token: ${{ secrets.ACCESS_TOKEN }}
|
github_token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in New Issue