Merge pull request #530 from speed47/test

chore: workflows revamp
This commit is contained in:
Stéphane Lesimple
2026-04-02 16:49:41 +00:00
committed by GitHub

View File

@@ -91,12 +91,14 @@ jobs:
- name: create a pull request to ${{ github.ref_name }}-build
run: |
tmpdir=$(mktemp -d)
mv ./dist/* $tmpdir/
mv ./dist/* .github $tmpdir/
rm -rf ./dist
git fetch origin ${{ github.ref_name }}-build
git checkout -f ${{ github.ref_name }}-build
mv $tmpdir/* .
git add *
mkdir -p .github
rsync -vaP --delete $tmpdir/.github/ .github/
git add --all
echo =#=#= DIFF CACHED
git diff --cached
echo =#=#= STATUS