fix: new workflow

This commit is contained in:
2025-10-10 13:32:25 +02:00
parent 94730b04e0
commit 2f9821ecf8
2 changed files with 2 additions and 1 deletions

View File

@@ -22,5 +22,6 @@ jobs:
- uses: actions/checkout@v4
- name: Sync Respository
run: |
mkdir -p ~/.ssh/
ssh-keyscan host.docker.internal --port=2222 >> ~/.ssh/known_hosts
${{ github.workspace }}/.init/bin/mirror_project.sh $SYNC_TARGET '${{ github.event.head_commit.message }}' ${{ runner.temp }}/kompose

View File

@@ -5,7 +5,7 @@ TMP_PROJECT="$3"
git config --global user.email "valknar@pivoine.art"
git config --global user.name "Sebastian Krüger"
mkdir
mkdir "$TMP_PROJECT"
git clone "$1" "$TMP_PROJECT"
cp -rf ./* "$TMP_PROJECT"
cd "$TMP_PROJECT"