Skip to content

Commit 8e8ee89

Browse files
committed
chore: change remove
1 parent cc7e3c4 commit 8e8ee89

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
done
125125
126126
- name: Remove everything
127-
run: rm -rf *
127+
run: rm -rf ./*
128128

129129
- name: Checkout
130130
# uses: checkout
@@ -142,6 +142,9 @@ jobs:
142142
143143
mkdir -p "$output_path"
144144
145+
git config --global user.email "text@test.com"
146+
git config --global user.name "Github actions test"
147+
145148
function copy_commit_diff(){
146149
library_type=$1
147150
language=$2
@@ -156,9 +159,6 @@ jobs:
156159
# Copy the old version
157160
cp -r "$target_path_old_version/." .
158161
159-
git config --global user.email "text@test.com"
160-
git config --global user.name "Github actions test"
161-
162162
# Add all files and commit
163163
git add -A || true && git commit -m "Automatic commit" || true
164164

0 commit comments

Comments
 (0)