File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ }
You can’t perform that action at this time.
0 commit comments