File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -249,3 +249,29 @@ jobs:
249249 with-branches : false
250250 signature : " comment using a pat"
251251 github-token : ${{ secrets.PAT }}
252+
253+ - name : comment using custom icons
254+ uses : ./.
255+ with :
256+ dir-prefix : /var/www/html
257+ file : clover.onepackage.xml
258+ base-file : clover.onepackage.base.xml
259+ with-chart : true
260+ show-percentage-change-on-table : true
261+ signature : " comment using custom icons"
262+ icon-equals : " :eject_button:"
263+ icon-increased : " :arrow_upper_right:"
264+ icon-decreased : " :arrow_lower_right:"
265+
266+ - name : comment using text instead of icons
267+ uses : ./.
268+ with :
269+ dir-prefix : /var/www/html
270+ file : clover.onepackage.xml
271+ base-file : clover.onepackage.base.xml
272+ with-chart : true
273+ show-percentage-change-on-table : true
274+ icon-equals : " (same)"
275+ icon-increased : " (increased)"
276+ icon-decreased : " (decreased)"
277+ signature : " comment using text instead of icons"
You can’t perform that action at this time.
0 commit comments