This commit is contained in:
2024-09-24 10:03:47 +02:00
parent 75b54f727d
commit d0b17612e9
+2
View File
@@ -34,5 +34,7 @@ jobs:
run: cp ./$sourcefile ./$repo/Spearhead/$sourcefile run: cp ./$sourcefile ./$repo/Spearhead/$sourcefile
- name: copy file - name: copy file
run: cd ./$repo run: cd ./$repo
- name: add
run: git add --a
- name: commit - name: commit
run: git commit -a -m "Automatic Update of Spearhead README" run: git commit -a -m "Automatic Update of Spearhead README"