Skip to content

Commit a7f737a

Browse files
committed
chore: debug
1 parent e2a0ece commit a7f737a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
function copy_commit_diff(){
155155
library_type=$1
156156
language=$2
157+
157158
output_file="$output_path/$library_type-$language.txt"
158159
159160
path_prefix="../test/$library_type/$language"
@@ -213,6 +214,7 @@ jobs:
213214
214215
# Add changes to output file
215216
git diff HEAD~ >> $output_file
217+
echo "$output_file"
216218
fi
217219
}
218220

0 commit comments

Comments
 (0)