fix: new workflow
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user