pipeline fixes
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user