We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311a3c7 commit dd3c772Copy full SHA for dd3c772
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
if: ${{github.event_name == 'pull_request'}}
30
run: |
31
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) "\"}}," }' | \
+ awk '{ printf "{\"num\":" NR ",\"sha\":\"" $1 "\",\"short\":\"" substr($1, 0, 12) "\"}," }' | \
33
sed 's/,$//' | \
34
awk '{ printf "[" $1 "]" }' | \
35
jq -c . | \
0 commit comments