Skip to content

Commit dc46718

Browse files
committed
chore: fix indenting
1 parent 09937ad commit dc46718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comment-diffs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,8 @@ jobs:
211211
# Add output to file
212212
# echo "[$library_type/$language](https://github.com/${{github.repository}}/compare/$old_version_commit_hash..$new_version_commit_hash)" >> "$output_file"
213213
214-
# Add changes to output file
215-
git diff HEAD~ >> $output_file
214+
# Add changes to output file
215+
git diff HEAD~ >> $output_file
216216
fi
217217
}
218218

0 commit comments

Comments
 (0)