From 0b790e3cf330a878defbb6577d1880ae6213a68d Mon Sep 17 00:00:00 2001 From: okamsn Date: Thu, 7 Mar 2024 19:46:35 -0500 Subject: [PATCH] Try again. --- .github/workflows/automatic-pr-to-dash-copy.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automatic-pr-to-dash-copy.yml b/.github/workflows/automatic-pr-to-dash-copy.yml index b58d24e2..a133bffe 100644 --- a/.github/workflows/automatic-pr-to-dash-copy.yml +++ b/.github/workflows/automatic-pr-to-dash-copy.yml @@ -49,10 +49,15 @@ jobs: env: USERNAME: github-actions[bot] - name: Copy all other files to directory "loopy-only" - run: cp --target-directory=loopy-only/ loopy-master/* - - name: Commit new changes and push for loopy-only. run: | shopt -u dotglob + cd loopy-master + rm -rf .git*/** + rm loopy-seq.el + cp -t ../loopy-only -r ** + cd .. + - name: Commit new changes and push for loopy-only. + run: | cd loopy-only git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"