fix: new workflow
This commit is contained in:
@@ -22,4 +22,4 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Sync Respository
|
||||
run: |
|
||||
${{ github.workspace }}/.init/bin/mirror_project.sh $SYNC_TARGET '${{ github.event.head_commit.message }}'
|
||||
${{ github.workspace }}/.init/bin/mirror_project.sh $SYNC_TARGET '${{ github.event.head_commit.message }}' ${{ runner.temp }}/kompose
|
||||
|
||||
@@ -1,7 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
TMP_PROJECT=/tmp/project
|
||||
TMP_PROJECT="$3"
|
||||
|
||||
git config --global user.email "valknar@pivoine.art"
|
||||
git config --global user.name "Sebastian Krüger"
|
||||
|
||||
mkdir
|
||||
git clone "$1" "$TMP_PROJECT"
|
||||
cp -rf ./* "$TMP_PROJECT"
|
||||
cd "$TMP_PROJECT"
|
||||
|
||||
Reference in New Issue
Block a user