Skip to content

Commit dd3c772

Browse files
committed
fixup! debugging
1 parent 311a3c7 commit dd3c772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: ${{github.event_name == 'pull_request'}}
3030
run: |
3131
git rev-list --reverse ${{github.event.pull_request.base.sha}}..${{github.event.pull_request.head.sha}} | \
32-
awk '{ printf "{\"commit\":{\"num\":" NR ",\"sha\":\"" $1 "\",\"short\":\"" substr($1, 0, 12) "\"}}," }' | \
32+
awk '{ printf "{\"num\":" NR ",\"sha\":\"" $1 "\",\"short\":\"" substr($1, 0, 12) "\"}," }' | \
3333
sed 's/,$//' | \
3434
awk '{ printf "[" $1 "]" }' | \
3535
jq -c . | \

0 commit comments

Comments
 (0)