Skip to content

Commit 4b26351

Browse files
committed
feat: testes
1 parent 716e1c8 commit 4b26351

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/workflows/example.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)