We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d94baf commit b894f61Copy full SHA for b894f61
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
base: 'specs/base.yaml'
17
revision: 'specs/revision-breaking-warn.yaml'
18
output-to-file: 'breaking.txt'
19
- fail-on: 'ERR'
+ fail-on: 'WARN'
20
- name: Test breaking changes action output
21
run: |
22
delimiter=$(cat /proc/sys/kernel/random/uuid | tr -d '-')
0 commit comments