Skip to content

Commit

Permalink
feat: testes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Dec 20, 2024
1 parent 716e1c8 commit 43e4e52
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,3 +249,29 @@ jobs:
with-branches: false
signature: "comment using a pat"
github-token: ${{ secrets.PAT }}

- name: comment using custom icons
uses: ./.
with:
dir-prefix: /var/www/html
file: clover.onepackage.xml
base-file: clover.onepackage.base.xml
with-chart: true
show-percentage-change-on-table: true
signature: "comment using custom icons"
icon-equals: ":eject_button:"
icon-increased: ":arrow_upper_right:"
icon-decreased: ":arrow_lower_right:"

- name: comment using text instead of icons
uses: ./.
with:
dir-prefix: /var/www/html
file: clover.onepackage.xml
base-file: clover.onepackage.base.xml
with-chart: true
show-percentage-change-on-table: true
signature: "comment using custom icons"
icon-equals: "(same)"
icon-increased: "(increased)"
icon-decreased: "(decreased)"

0 comments on commit 43e4e52

Please sign in to comment.