This commit is contained in:
2024-09-24 10:34:40 +02:00
parent 7307a7309a
commit ed6c7cbde3
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
run: git config --global user.email "automated@action.com" run: git config --global user.email "automated@action.com"
- name: Git Config - name: Git Config
run: git config --global user.name "automated action" run: git config --global user.name "automated action"
- name: Push generated webpage to another repository - name: clone
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: ls - name: ls
run: ls run: ls