File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
done
125
125
126
126
- name : Remove everything
127
- run : rm -rf *
127
+ run : rm -rf ./ *
128
128
129
129
- name : Checkout
130
130
# uses: checkout
@@ -142,6 +142,9 @@ jobs:
142
142
143
143
mkdir -p "$output_path"
144
144
145
+ git config --global user.email "text@test.com"
146
+ git config --global user.name "Github actions test"
147
+
145
148
function copy_commit_diff(){
146
149
library_type=$1
147
150
language=$2
@@ -156,9 +159,6 @@ jobs:
156
159
# Copy the old version
157
160
cp -r "$target_path_old_version/." .
158
161
159
- git config --global user.email "text@test.com"
160
- git config --global user.name "Github actions test"
161
-
162
162
# Add all files and commit
163
163
git add -A || true && git commit -m "Automatic commit" || true
164
164
You can’t perform that action at this time.
0 commit comments