wip
This commit is contained in:
@@ -23,9 +23,9 @@ jobs:
|
|||||||
- name: Setup credentials to access private repositories
|
- name: Setup credentials to access private repositories
|
||||||
run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/
|
run: git config --global url.https://${{ secrets.API_TOKEN_GITHUB }}@github.com/.insteadOf https://github.com/
|
||||||
- name: Git Config
|
- name: Git Config
|
||||||
run: git config --global user.email "automated@action.com"
|
run: git config --global user.email "timrorije@gmail.com"
|
||||||
- name: Git Config
|
- name: Git Config
|
||||||
run: git config --global user.name "automated action"
|
run: git config --global user.name "dutchie032"
|
||||||
- name: Push generated webpage to another repository
|
- name: Push generated webpage to another repository
|
||||||
run: git clone --single-branch --branch $branch https://github.com/$username/$repo
|
run: git clone --single-branch --branch $branch https://github.com/$username/$repo
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
|
|||||||
Reference in New Issue
Block a user