This commit is contained in:
2024-09-24 10:33:10 +02:00
parent b87e73c4e4
commit 7307a7309a
+4 -4
View File
@@ -40,13 +40,13 @@ jobs:
run: cp ./spearhead/$sourcefile ./$repo/Spearhead/$sourcefile
- name: ls
run: ls
working-directory: ./$repo
working-directory: ./dutchie032.github.io
- name: add
run: git add --a
working-directory: ./$repo
working-directory: ./dutchie032.github.io
- name: commit
run: git commit -a -m "Automatic Update of Spearhead README"
working-directory: ./$repo
working-directory: ./dutchie032.github.io
- name: push
run: git push
working-directory: ./$repo
working-directory: ./dutchie032.github.io