Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit ebbd42e

Browse files
authored
better packing of requests (#137)
1 parent 81b8b96 commit ebbd42e

File tree

6 files changed

+549
-379
lines changed

6 files changed

+549
-379
lines changed

action.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ inputs:
102102
$description
103103
```
104104
105-
Here is the diff for `$filename` -
105+
Here is the content of file `$filename` -
106+
```
107+
$file_content
108+
```
109+
110+
Here is the diff -
106111
```diff
107112
$file_diff
108113
```
@@ -161,8 +166,7 @@ inputs:
161166
$summary
162167
```
163168
164-
Here is the content of file `$filename` with
165-
line numbers -
169+
Here is the content of file `$filename` -
166170
```
167171
$file_content
168172
```

0 commit comments

Comments
 (0)