wip
This commit is contained in:
@@ -38,13 +38,15 @@ jobs:
|
|||||||
run: mkdir -p ./$repo/Spearhead
|
run: mkdir -p ./$repo/Spearhead
|
||||||
- name: copy file
|
- name: copy file
|
||||||
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
|
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
|
||||||
- name: copy file
|
|
||||||
run: cd ./$repo
|
|
||||||
- name: ls
|
- name: ls
|
||||||
run: ls
|
run: ls
|
||||||
|
working-directory: ./$repo
|
||||||
- name: add
|
- name: add
|
||||||
run: git add --a
|
run: git add --a
|
||||||
|
working-directory: ./$repo
|
||||||
- name: commit
|
- name: commit
|
||||||
run: git commit -a -m "Automatic Update of Spearhead README"
|
run: git commit -a -m "Automatic Update of Spearhead README"
|
||||||
|
working-directory: ./$repo
|
||||||
- name: push
|
- name: push
|
||||||
run: git push
|
run: git push
|
||||||
|
working-directory: ./$repo
|
||||||
Reference in New Issue
Block a user