Skip to content

Commit

Permalink
style: use block scalar for validation dispatch payload
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 9, 2023
1 parent 3af0200 commit 6160724
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
github_token: ${{ secrets.CLAS12VALIDATION }}
workflow_file_name: ci.yml
ref: main
client_payload: '{
"source": "${{ github.repository }}",
"title": "${{ github.event.pull_request.title || github.event.head_commit.message }}",
"source_url": "${{ github.event.pull_request.html_url }}",
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
}'
client_payload: >-
{
"source": "${{ github.repository }}",
"title": "${{ github.event.pull_request.title || github.event.head_commit.message }}",
"source_url": "${{ github.event.pull_request.html_url }}",
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
}

0 comments on commit 6160724

Please sign in to comment.