This commit is contained in:
2024-09-01 08:30:31 +08:00
parent 9b7e938df3
commit c317cda79d
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -160,6 +160,8 @@ jobs:
steps:
- name: Clone Repository To Get Script
run: |
apt update
apt install sudo git -y
git clone $REPOSITORY --depth=1
mv $(basename $REPOSITORY)/* . -v
mv $(basename $REPOSITORY)/.* . -v | true