pipeline fixes

This commit is contained in:
2024-12-11 19:57:24 +01:00
parent b5fac7b5d1
commit d4655f0647
+3 -3
View File
@@ -34,6 +34,9 @@ jobs:
run: git config --global user.name "automated action"
- name: clone
run: git clone --single-branch --branch $branch https://github.com/$username/$repo
- name: commit
run: git pull --rebase
working-directory: ./dutchie032.github.io
- name: ls
run: ls
- name: Replace strings in file
@@ -76,9 +79,6 @@ jobs:
- name: ls
run: ls
working-directory: ./dutchie032.github.io
- name: commit
run: git pull --rebase
working-directory: ./dutchie032.github.io
- name: add
run: git add --a
working-directory: ./dutchie032.github.io