Skip to content

Commit a3175f8

Browse files
authored
When prek install-hooks fails, log is now shown in CI (apache#56839)
1 parent 2eb48e2 commit a3175f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/install-prek/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ runs:
102102
- name: "Show prek log"
103103
shell: bash
104104
run: cat ~/.cache/prek/prek.log || true
105+
if: always()
105106
- name: "Prepare .tar file from prek cache"
106107
run: |
107108
tar -C ~ -czf /tmp/cache-prek.tar.gz .cache/prek

0 commit comments

Comments
 (0)