File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : ' Blackfire'
2+ author : ' ExtDN'
3+ description : ' Uses Blackfire to profile a given url'
4+ runs :
5+ using : ' docker'
6+ image : ' docker://blackfire/blackfire:latest'
7+ env :
8+ BLACKFIRE_CLIENT_ID : ${{ inputs.client-id }}
9+ BLACKFIRE_CLIENT_TOKEN : ${{ inputs.client-token }}
10+ BLACKFIRE_SERVER_ID : ${{ inputs.server-id }}
11+ BLACKFIRE_SERVER_TOKEN : ${{ inputs.server-token }}
12+ args :
13+ - --json
14+ - curl
15+ - ${{ inputs.url }}
16+ inputs :
17+ client-id :
18+ description : ' BLACKFIRE_CLIENT_ID'
19+ required : true
20+ client-token :
21+ description : ' BLACKFIRE_CLIENT_TOKEN'
22+ required : true
23+ server-id :
24+ description : ' BLACKFIRE_SERVER_ID'
25+ required : true
26+ server-token :
27+ description : ' BLACKFIRE_SERVER_TOKEN'
28+ required : true
29+ url :
30+ description : ' url to profile'
31+ required : true
32+ outputs :
33+ jsonresult :
34+ description : ' Blackfire Profile Result as JSON'
35+ branding :
36+ icon : ' code'
37+ color : ' green'
You can’t perform that action at this time.
0 commit comments