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" run: git config --global user.name "automated action"
- name: clone - 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: commit
run: git pull --rebase
working-directory: ./dutchie032.github.io
- name: ls - name: ls
run: ls run: ls
- name: Replace strings in file - name: Replace strings in file
@@ -76,9 +79,6 @@ jobs:
- name: ls - name: ls
run: ls run: ls
working-directory: ./dutchie032.github.io working-directory: ./dutchie032.github.io
- name: commit
run: git pull --rebase
working-directory: ./dutchie032.github.io
- name: add - name: add
run: git add --a run: git add --a
working-directory: ./dutchie032.github.io working-directory: ./dutchie032.github.io