Skip to content

Commit

Permalink
Try again.
Browse files Browse the repository at this point in the history
  • Loading branch information
okamsn committed Mar 8, 2024
1 parent 7abb12d commit 0b790e3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/automatic-pr-to-dash-copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0b790e3

Please sign in to comment.