Skip to content

Commit

Permalink
Merge pull request #131 from c-dilks/fix-yaml-multiline
Browse files Browse the repository at this point in the history
style: use block scalar for validation dispatch payload
  • Loading branch information
baltzell authored Oct 13, 2023
2 parents 6bed8d2 + 67f888a commit cf20217
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
github_token: ${{ secrets.CLAS12VALIDATION }}
workflow_file_name: ci.yml
ref: main
client_payload: '{
"actor": "${{ github.actor }}",
"source": "${{ github.event.repository.name }}",
"title": "${{ steps.sanitize.outputs.title }}",
"source_url": "${{ github.event.pull_request.html_url }}",
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
}'
client_payload: >-
{
"actor": "${{ github.actor }}",
"source": "${{ github.event.repository.name }}",
"title": "${{ steps.sanitize.outputs.title }}",
"source_url": "${{ github.event.pull_request.html_url }}",
"git_coatjava": "{\"fork\": \"${{ github.repository }}\", \"branch\": \"${{ github.head_ref || github.ref }}\" }"
}

0 comments on commit cf20217

Please sign in to comment.