We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have a link pointing to the executed GitHub workflow.
This can be done using the executorInfo payload. For example:
curl --location --request POST 'http://localhost:8080/api/report' \ --header 'Content-Type: application/json' \ --data-raw '{ "reportSpec": { "path": [ "master", "666" ], "executorInfo": { "name": "GitHub", "type": "github", "url": "http://github.com", "buildName": "workflow", "buildUrl": "https://github.com/owner/repository/actions/runs/1/jobs/1", }, }, "results": [ "1037f8be-68fb-4756-98b6-779637aa4670" ], "deleteResults": false }'
Let me know if you want me to open a PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It would be nice to have a link pointing to the executed GitHub workflow.
This can be done using the executorInfo payload. For example:
Let me know if you want me to open a PR.
The text was updated successfully, but these errors were encountered: