File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
- run : yarn --cwd web run format --check
35
35
- name : Git Diff showed uncommitted changes
36
36
if : ${{ failure() }}
37
- uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6
37
+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
38
38
with :
39
39
script : |
40
40
core.setFailed('web/ contains unformatted code, run `pnpm prettier . --write` and re-commit!')
Original file line number Diff line number Diff line change 69
69
70
70
- name : Helm Charts not up-to-date
71
71
if : ${{ failure() }}
72
- uses : actions/github-script@d556feaca394842dc55e4734bf3bb9f685482fa0 # v6
72
+ uses : actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
73
73
with :
74
74
script : |
75
75
core.setFailed('Committed Helm charts were not up to date, please regenerate and re-commit!')
You can’t perform that action at this time.
0 commit comments