Skip to content

Commit 14aade8

Browse files
committed
Fix GitHub action workflow for copying loopy package to branch.
We meant to delete the file `loopy-dash.el` from the package, but we were accidentally deleting `loopy-seq.el`.
1 parent 0e08afc commit 14aade8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automatic-pr-to-dash-copy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
shopt -u dotglob
5050
cd loopy-master
5151
rm -rf .git*/**
52-
rm loopy-seq.el
52+
rm loopy-dash.el
5353
cp -t ../loopy-only -r **
5454
cd ..
5555
- name: Commit new changes and push for loopy-only.

0 commit comments

Comments
 (0)