This commit is contained in:
parent
a08f0e0288
commit
9ab3760314
@ -12,7 +12,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apk update
|
apk update
|
||||||
apk add git
|
apk add git
|
||||||
- name: Update School repo
|
- name: Go to repo
|
||||||
run: |
|
run: |
|
||||||
cd /gits/School
|
cd /gits/School
|
||||||
|
- name: Tell files
|
||||||
|
run: |
|
||||||
|
ls
|
||||||
|
- name: Pull repo
|
||||||
|
run: |
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user