We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a01b6d commit 947d494Copy full SHA for 947d494
.github/workflows/backwards-compatibility-checks.yaml
@@ -70,7 +70,7 @@ jobs:
70
run: |
71
~/.composer/vendor/bin/roave-backward-compatibility-check \
72
--from=origin/${{ github.head_ref || github.ref_name }} \
73
- --to=origin/main --format=github-actions
+ --to=origin/main
74
- name: "Print the action item"
75
76
if [[ "${{ steps.compatibility-checker.outcome }}" == 'failure' ]]; then
0 commit comments