Skip to content

Commit 67f888a

Browse files
committed
style: use block scalar for validation dispatch payload
1 parent 6bed8d2 commit 67f888a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

.github/workflows/validation.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ jobs:
2929
github_token: ${{ secrets.CLAS12VALIDATION }}
3030
workflow_file_name: ci.yml
3131
ref: main
32-
client_payload: '{
33-
"actor": "${{ github.actor }}",
34-
"source": "${{ github.event.repository.name }}",
35-
"title": "${{ steps.sanitize.outputs.title }}",
36-
"source_url": "${{ github.event.pull_request.html_url }}",
37-
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
38-
}'
32+
client_payload: >-
33+
{
34+
"actor": "${{ github.actor }}",
35+
"source": "${{ github.event.repository.name }}",
36+
"title": "${{ steps.sanitize.outputs.title }}",
37+
"source_url": "${{ github.event.pull_request.html_url }}",
38+
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
39+
}

0 commit comments

Comments
 (0)